2024-01-27T23:24:36.832 INFO:root:teuthology version: 0.0.1.dev251+gc856e0f 2024-01-27T23:24:36.833 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2024-01-26_16:10:31-rados-pacific-release-distro-default-smithi --owner scheduled_yuriw@teuthology --verbose --archive /home/teuthworker/archive/yuriw-2024-01-26_16:10:31-rados-pacific-release-distro-default-smithi/7535138 --description rados/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} -- /home/teuthworker/archive/yuriw-2024-01-26_16:10:31-rados-pacific-release-distro-default-smithi/7535138/orig.config.yaml 2024-01-27T23:24:36.865 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-27T23:24:36.955 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-26_16:10:31-rados-pacific-release-distro-default-smithi/7535138 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: '7535138' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-26_16:10:31-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: a72a5dace2353a54147d37bd2699a2a482507966 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: a72a5dace2353a54147d37bd2699a2a482507966 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: pacific-release sha1: 585bdf827237450fb80df4a856eba434a64948fa owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 6332 sha1: a72a5dace2353a54147d37bd2699a2a482507966 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: pacific-release suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_585bdf827237450fb80df4a856eba434a64948fa/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 585bdf827237450fb80df4a856eba434a64948fa targets: smithi019.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH6nZj4f79JL3/BY/1Vv0xzLDbShwo/DM8/aM27puljC3tfSuezA70N2n6cPrA8aW+R9CgwyJTs3hhDLhrlmCyA= smithi040.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE6/JnN7Wp60Vm9T1og501ElMDoRhm9c54Qsf5FtE8Rf0019SvQrLFB4nZBTJR3OEwhgPZ9KNX6QuhhM1fCF6Xw= 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: c856e0f9244dd29a50697123b480d63f16a4ed81 timestamp: 2024-01-26_16:10:31 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-01-27T23:24:36.955 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_585bdf827237450fb80df4a856eba434a64948fa/qa; will attempt to use it 2024-01-27T23:24:36.956 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_585bdf827237450fb80df4a856eba434a64948fa/qa/tasks 2024-01-27T23:24:36.957 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-27T23:24:36.958 INFO:teuthology.task.internal:Checking packages... 2024-01-27T23:24:36.980 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'a72a5dace2353a54147d37bd2699a2a482507966' 2024-01-27T23:24:36.981 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-27T23:24:36.981 INFO:teuthology.packaging:ref: None 2024-01-27T23:24:36.981 INFO:teuthology.packaging:tag: None 2024-01-27T23:24:36.981 INFO:teuthology.packaging:branch: pacific-release 2024-01-27T23:24:36.981 INFO:teuthology.packaging:sha1: a72a5dace2353a54147d37bd2699a2a482507966 2024-01-27T23:24:36.981 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-01-27T23:24:37.199 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-508.ga72a5dac 2024-01-27T23:24:37.200 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-27T23:24:37.207 INFO:teuthology.task.internal:no buildpackages task found 2024-01-27T23:24:37.207 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-27T23:24:37.239 INFO:teuthology.task.internal:Saving configuration 2024-01-27T23:24:37.251 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-27T23:24:37.257 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-27T23:24:37.281 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi019.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-26_16:10:31-rados-pacific-release-distro-default-smithi/7535138', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-27 23:19:44.015645', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH6nZj4f79JL3/BY/1Vv0xzLDbShwo/DM8/aM27puljC3tfSuezA70N2n6cPrA8aW+R9CgwyJTs3hhDLhrlmCyA='} 2024-01-27T23:24:37.301 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi040.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-26_16:10:31-rados-pacific-release-distro-default-smithi/7535138', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-27 23:19:44.017502', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE6/JnN7Wp60Vm9T1og501ElMDoRhm9c54Qsf5FtE8Rf0019SvQrLFB4nZBTJR3OEwhgPZ9KNX6QuhhM1fCF6Xw='} 2024-01-27T23:24:37.301 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-27T23:24:37.308 INFO:teuthology.task.internal:roles: ubuntu@smithi019.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-01-27T23:24:37.308 INFO:teuthology.task.internal:roles: ubuntu@smithi040.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-01-27T23:24:37.308 INFO:teuthology.run_tasks:Running task console_log... 2024-01-27T23:24:37.389 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fa016cc00d0>, signals=[15]) 2024-01-27T23:24:37.389 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-27T23:24:37.397 INFO:teuthology.task.internal:Opening connections... 2024-01-27T23:24:37.398 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi019.front.sepia.ceph.com 2024-01-27T23:24:37.399 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-27T23:24:37.473 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi040.front.sepia.ceph.com 2024-01-27T23:24:37.474 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-27T23:24:37.545 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-27T23:24:37.552 DEBUG:teuthology.orchestra.run.smithi019:> uname -m 2024-01-27T23:24:37.574 INFO:teuthology.orchestra.run.smithi019.stdout:x86_64 2024-01-27T23:24:37.575 DEBUG:teuthology.orchestra.run.smithi019:> cat /etc/os-release 2024-01-27T23:24:37.636 INFO:teuthology.orchestra.run.smithi019.stdout:NAME="CentOS Stream" 2024-01-27T23:24:37.636 INFO:teuthology.orchestra.run.smithi019.stdout:VERSION="8" 2024-01-27T23:24:37.636 INFO:teuthology.orchestra.run.smithi019.stdout:ID="centos" 2024-01-27T23:24:37.636 INFO:teuthology.orchestra.run.smithi019.stdout:ID_LIKE="rhel fedora" 2024-01-27T23:24:37.636 INFO:teuthology.orchestra.run.smithi019.stdout:VERSION_ID="8" 2024-01-27T23:24:37.636 INFO:teuthology.orchestra.run.smithi019.stdout:PLATFORM_ID="platform:el8" 2024-01-27T23:24:37.636 INFO:teuthology.orchestra.run.smithi019.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-27T23:24:37.637 INFO:teuthology.orchestra.run.smithi019.stdout:ANSI_COLOR="0;31" 2024-01-27T23:24:37.637 INFO:teuthology.orchestra.run.smithi019.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-27T23:24:37.637 INFO:teuthology.orchestra.run.smithi019.stdout:HOME_URL="https://centos.org/" 2024-01-27T23:24:37.637 INFO:teuthology.orchestra.run.smithi019.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-27T23:24:37.637 INFO:teuthology.orchestra.run.smithi019.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-27T23:24:37.637 INFO:teuthology.orchestra.run.smithi019.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-27T23:24:37.637 INFO:teuthology.lock.ops:Updating smithi019.front.sepia.ceph.com on lock server 2024-01-27T23:24:37.656 DEBUG:teuthology.orchestra.run.smithi040:> uname -m 2024-01-27T23:24:37.678 INFO:teuthology.orchestra.run.smithi040.stdout:x86_64 2024-01-27T23:24:37.678 DEBUG:teuthology.orchestra.run.smithi040:> cat /etc/os-release 2024-01-27T23:24:37.740 INFO:teuthology.orchestra.run.smithi040.stdout:NAME="CentOS Stream" 2024-01-27T23:24:37.740 INFO:teuthology.orchestra.run.smithi040.stdout:VERSION="8" 2024-01-27T23:24:37.740 INFO:teuthology.orchestra.run.smithi040.stdout:ID="centos" 2024-01-27T23:24:37.741 INFO:teuthology.orchestra.run.smithi040.stdout:ID_LIKE="rhel fedora" 2024-01-27T23:24:37.741 INFO:teuthology.orchestra.run.smithi040.stdout:VERSION_ID="8" 2024-01-27T23:24:37.741 INFO:teuthology.orchestra.run.smithi040.stdout:PLATFORM_ID="platform:el8" 2024-01-27T23:24:37.741 INFO:teuthology.orchestra.run.smithi040.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-27T23:24:37.741 INFO:teuthology.orchestra.run.smithi040.stdout:ANSI_COLOR="0;31" 2024-01-27T23:24:37.741 INFO:teuthology.orchestra.run.smithi040.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-27T23:24:37.741 INFO:teuthology.orchestra.run.smithi040.stdout:HOME_URL="https://centos.org/" 2024-01-27T23:24:37.741 INFO:teuthology.orchestra.run.smithi040.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-27T23:24:37.741 INFO:teuthology.orchestra.run.smithi040.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-27T23:24:37.741 INFO:teuthology.orchestra.run.smithi040.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-27T23:24:37.741 INFO:teuthology.lock.ops:Updating smithi040.front.sepia.ceph.com on lock server 2024-01-27T23:24:37.763 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-27T23:24:37.772 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-27T23:24:37.834 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-27T23:24:37.834 DEBUG:teuthology.orchestra.run.smithi019:> test '!' -e /home/ubuntu/cephtest 2024-01-27T23:24:37.837 DEBUG:teuthology.orchestra.run.smithi040:> test '!' -e /home/ubuntu/cephtest 2024-01-27T23:24:37.859 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-27T23:24:37.865 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-27T23:24:37.865 DEBUG:teuthology.orchestra.run.smithi019:> test -z $(ls -A /var/lib/ceph) 2024-01-27T23:24:37.899 DEBUG:teuthology.orchestra.run.smithi040:> test -z $(ls -A /var/lib/ceph) 2024-01-27T23:24:37.931 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-27T23:24:38.017 INFO:teuthology.run_tasks:Running task kernel... 2024-01-27T23:24:38.030 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-27T23:24:38.031 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-27T23:24:38.031 DEBUG:teuthology.orchestra.run.smithi019:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-27T23:24:38.031 DEBUG:teuthology.orchestra.run.smithi040:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-27T23:24:38.052 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-27T23:24:38.053 DEBUG:teuthology.orchestra.run.smithi040:> uname -r 2024-01-27T23:24:38.053 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-27T23:24:38.054 DEBUG:teuthology.orchestra.run.smithi019:> uname -r 2024-01-27T23:24:38.115 INFO:teuthology.orchestra.run.smithi040.stdout:4.18.0-489.el8.x86_64 2024-01-27T23:24:38.115 INFO:teuthology.task.kernel:Running kernel on smithi040: 4.18.0-489.el8.x86_64 2024-01-27T23:24:38.115 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum install -y kernel 2024-01-27T23:24:38.117 INFO:teuthology.orchestra.run.smithi019.stdout:4.18.0-489.el8.x86_64 2024-01-27T23:24:38.117 INFO:teuthology.task.kernel:Running kernel on smithi019: 4.18.0-489.el8.x86_64 2024-01-27T23:24:38.117 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum install -y kernel 2024-01-27T23:24:42.085 INFO:teuthology.orchestra.run.smithi019.stdout:CentOS Stream 8 - AppStream 19 MB/s | 27 MB 00:01 2024-01-27T23:24:42.571 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 8 - AppStream 16 MB/s | 27 MB 00:01 2024-01-27T23:24:49.686 INFO:teuthology.orchestra.run.smithi019.stdout:CentOS Stream 8 - BaseOS 4.1 MB/s | 10 MB 00:02 2024-01-27T23:24:51.854 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 8 - BaseOS 2.5 MB/s | 10 MB 00:04 2024-01-27T23:24:51.921 INFO:teuthology.orchestra.run.smithi019.stdout:CentOS Stream 8 - Extras 33 kB/s | 18 kB 00:00 2024-01-27T23:24:52.332 INFO:teuthology.orchestra.run.smithi019.stdout:CentOS Stream 8 - Extras common packages 24 kB/s | 6.9 kB 00:00 2024-01-27T23:24:52.580 INFO:teuthology.orchestra.run.smithi019.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2024-01-27T23:24:54.038 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 8 - Extras 38 kB/s | 18 kB 00:00 2024-01-27T23:24:54.380 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 8 - Extras common packages 31 kB/s | 6.9 kB 00:00 2024-01-27T23:24:54.381 INFO:teuthology.orchestra.run.smithi019.stdout:Extra Packages for Enterprise Linux 9.5 MB/s | 16 MB 00:01 2024-01-27T23:24:54.640 INFO:teuthology.orchestra.run.smithi040.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2024-01-27T23:24:58.364 INFO:teuthology.orchestra.run.smithi019.stdout:lab-extras 464 kB/s | 24 kB 00:00 2024-01-27T23:24:58.843 INFO:teuthology.orchestra.run.smithi040.stdout:Extra Packages for Enterprise Linux 3.9 MB/s | 16 MB 00:04 2024-01-27T23:25:01.477 INFO:teuthology.orchestra.run.smithi019.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-27T23:25:01.478 INFO:teuthology.orchestra.run.smithi019.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-27T23:25:01.581 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2024-01-27T23:25:01.581 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2024-01-27T23:25:01.581 INFO:teuthology.orchestra.run.smithi019.stdout: Package Architecture Version Repository Size 2024-01-27T23:25:01.581 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2024-01-27T23:25:01.582 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2024-01-27T23:25:01.582 INFO:teuthology.orchestra.run.smithi019.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-01-27T23:25:01.582 INFO:teuthology.orchestra.run.smithi019.stdout:Installing dependencies: 2024-01-27T23:25:01.582 INFO:teuthology.orchestra.run.smithi019.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-01-27T23:25:01.582 INFO:teuthology.orchestra.run.smithi019.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-01-27T23:25:01.582 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:25:01.582 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2024-01-27T23:25:01.582 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2024-01-27T23:25:01.582 INFO:teuthology.orchestra.run.smithi019.stdout:Install 3 Packages 2024-01-27T23:25:01.582 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:25:01.583 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 90 M 2024-01-27T23:25:01.583 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 96 M 2024-01-27T23:25:01.583 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2024-01-27T23:25:02.857 INFO:teuthology.orchestra.run.smithi040.stdout:lab-extras 468 kB/s | 24 kB 00:00 2024-01-27T23:25:03.156 INFO:teuthology.orchestra.run.smithi019.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 7.5 MB/s | 10 MB 00:01 2024-01-27T23:25:05.148 INFO:teuthology.orchestra.run.smithi019.stdout:(2/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 11 MB/s | 36 MB 00:03 2024-01-27T23:25:05.532 INFO:teuthology.orchestra.run.smithi019.stdout:(3/3): kernel-core-4.18.0-536.el8.x86_64.rpm 12 MB/s | 44 MB 00:03 2024-01-27T23:25:05.535 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2024-01-27T23:25:05.535 INFO:teuthology.orchestra.run.smithi019.stdout:Total 23 MB/s | 90 MB 00:03 2024-01-27T23:25:06.019 INFO:teuthology.orchestra.run.smithi040.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-27T23:25:06.019 INFO:teuthology.orchestra.run.smithi040.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-27T23:25:06.132 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-01-27T23:25:06.133 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-01-27T23:25:06.133 INFO:teuthology.orchestra.run.smithi040.stdout: Package Architecture Version Repository Size 2024-01-27T23:25:06.133 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-01-27T23:25:06.133 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-01-27T23:25:06.133 INFO:teuthology.orchestra.run.smithi040.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-01-27T23:25:06.133 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-01-27T23:25:06.133 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-01-27T23:25:06.134 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-01-27T23:25:06.134 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-01-27T23:25:06.134 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-01-27T23:25:06.134 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-01-27T23:25:06.134 INFO:teuthology.orchestra.run.smithi040.stdout:Install 3 Packages 2024-01-27T23:25:06.134 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-01-27T23:25:06.134 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 90 M 2024-01-27T23:25:06.134 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 96 M 2024-01-27T23:25:06.135 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-01-27T23:25:06.244 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2024-01-27T23:25:06.693 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2024-01-27T23:25:06.693 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2024-01-27T23:25:08.006 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2024-01-27T23:25:08.023 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2024-01-27T23:25:08.983 INFO:teuthology.orchestra.run.smithi040.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 6.2 MB/s | 10 MB 00:01 2024-01-27T23:25:10.972 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2024-01-27T23:25:11.283 INFO:teuthology.orchestra.run.smithi040.stdout:(2/3): kernel-core-4.18.0-536.el8.x86_64.rpm 11 MB/s | 44 MB 00:03 2024-01-27T23:25:11.488 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-01-27T23:25:11.717 INFO:teuthology.orchestra.run.smithi040.stdout:(3/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 8.3 MB/s | 36 MB 00:04 2024-01-27T23:25:11.717 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-01-27T23:25:11.717 INFO:teuthology.orchestra.run.smithi040.stdout:Total 16 MB/s | 90 MB 00:05 2024-01-27T23:25:12.431 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-01-27T23:25:12.878 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-01-27T23:25:12.878 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-01-27T23:25:14.169 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-01-27T23:25:14.225 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-01-27T23:25:15.228 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-01-27T23:25:15.613 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-01-27T23:25:17.209 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-01-27T23:25:17.735 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-01-27T23:25:19.289 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-01-27T23:25:19.591 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-01-27T23:25:21.435 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-01-27T23:25:21.818 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-01-27T23:25:25.499 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-01-27T23:25:25.781 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-01-27T23:25:43.160 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-01-27T23:25:43.183 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-01-27T23:25:43.539 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-01-27T23:25:43.539 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-01-27T23:25:43.539 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-01-27T23:25:44.040 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-01-27T23:25:44.040 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:25:44.040 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2024-01-27T23:25:44.040 INFO:teuthology.orchestra.run.smithi019.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-01-27T23:25:44.041 INFO:teuthology.orchestra.run.smithi019.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-01-27T23:25:44.041 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:25:44.041 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2024-01-27T23:25:44.188 DEBUG:teuthology.orchestra.run.smithi019:> rpm -q kernel | sort -rV | head -n 1 2024-01-27T23:25:44.419 INFO:teuthology.orchestra.run.smithi019.stdout:kernel-4.18.0-536.el8.x86_64 2024-01-27T23:25:44.420 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-01-27T23:25:44.420 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-536.el8.x86_64 2024-01-27T23:25:44.420 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-27T23:25:44.420 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-27T23:25:44.420 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-27T23:25:44.420 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi019.front.sepia.ceph.com, path=None, version=distro) 2024-01-27T23:25:44.420 DEBUG:teuthology.orchestra.run.smithi019:> rpm -q kernel | sort -rV | head -n 1 2024-01-27T23:25:44.641 INFO:teuthology.orchestra.run.smithi019.stdout:kernel-4.18.0-536.el8.x86_64 2024-01-27T23:25:44.641 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-01-27T23:25:44.641 DEBUG:teuthology.orchestra.run.smithi019:> sudo rpm -qi grub2-tools 2024-01-27T23:25:44.677 INFO:teuthology.orchestra.run.smithi019.stdout:Name : grub2-tools 2024-01-27T23:25:44.677 INFO:teuthology.orchestra.run.smithi019.stdout:Epoch : 1 2024-01-27T23:25:44.677 INFO:teuthology.orchestra.run.smithi019.stdout:Version : 2.02 2024-01-27T23:25:44.677 INFO:teuthology.orchestra.run.smithi019.stdout:Release : 129.el8 2024-01-27T23:25:44.677 INFO:teuthology.orchestra.run.smithi019.stdout:Architecture: x86_64 2024-01-27T23:25:44.677 INFO:teuthology.orchestra.run.smithi019.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-27T23:25:44.677 INFO:teuthology.orchestra.run.smithi019.stdout:Group : System Environment/Base 2024-01-27T23:25:44.678 INFO:teuthology.orchestra.run.smithi019.stdout:Size : 9265586 2024-01-27T23:25:44.678 INFO:teuthology.orchestra.run.smithi019.stdout:License : GPLv3+ 2024-01-27T23:25:44.678 INFO:teuthology.orchestra.run.smithi019.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-27T23:25:44.678 INFO:teuthology.orchestra.run.smithi019.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-27T23:25:44.678 INFO:teuthology.orchestra.run.smithi019.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-27T23:25:44.678 INFO:teuthology.orchestra.run.smithi019.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-27T23:25:44.678 INFO:teuthology.orchestra.run.smithi019.stdout:Relocations : (not relocatable) 2024-01-27T23:25:44.678 INFO:teuthology.orchestra.run.smithi019.stdout:Packager : CentOS BuildSystem 2024-01-27T23:25:44.678 INFO:teuthology.orchestra.run.smithi019.stdout:Vendor : CentOS 2024-01-27T23:25:44.678 INFO:teuthology.orchestra.run.smithi019.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-27T23:25:44.678 INFO:teuthology.orchestra.run.smithi019.stdout:Summary : Support tools for GRUB. 2024-01-27T23:25:44.678 INFO:teuthology.orchestra.run.smithi019.stdout:Description : 2024-01-27T23:25:44.678 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:25:44.678 INFO:teuthology.orchestra.run.smithi019.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-27T23:25:44.678 INFO:teuthology.orchestra.run.smithi019.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-27T23:25:44.678 INFO:teuthology.orchestra.run.smithi019.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-27T23:25:44.678 INFO:teuthology.orchestra.run.smithi019.stdout:hardware devices. 2024-01-27T23:25:44.679 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:25:44.679 INFO:teuthology.orchestra.run.smithi019.stdout:This subpackage provides tools for support of all platforms. 2024-01-27T23:25:44.679 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-27T23:25:44.679 INFO:teuthology.task.kernel:Updating grub on smithi019 to boot 4.18.0-536.el8.x86_64 2024-01-27T23:25:44.679 DEBUG:teuthology.orchestra.run.smithi019:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-27T23:25:46.473 INFO:teuthology.orchestra.run.smithi019.stderr:Generating grub configuration file ... 2024-01-27T23:25:48.778 INFO:teuthology.orchestra.run.smithi019.stderr:done 2024-01-27T23:25:48.779 DEBUG:teuthology.orchestra.run.smithi019:> mktemp 2024-01-27T23:25:48.810 INFO:teuthology.orchestra.run.smithi019.stdout:/tmp/tmp.IeZTO8ogs6 2024-01-27T23:25:48.810 DEBUG:teuthology.orchestra.run.smithi019:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.IeZTO8ogs6 2024-01-27T23:25:48.883 DEBUG:teuthology.orchestra.run.smithi019:> sudo chmod 0666 /tmp/tmp.IeZTO8ogs6 2024-01-27T23:25:49.025 DEBUG:teuthology.orchestra.remote:smithi019:/tmp/tmp.IeZTO8ogs6 is 6KB 2024-01-27T23:25:49.048 DEBUG:teuthology.orchestra.run.smithi019:> rm -fr /tmp/tmp.IeZTO8ogs6 2024-01-27T23:25:49.065 DEBUG:teuthology.orchestra.run.smithi019:> sudo /bin/ls /boot/loader/entries || true 2024-01-27T23:25:49.150 INFO:teuthology.orchestra.run.smithi019.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-27T23:25:49.150 INFO:teuthology.orchestra.run.smithi019.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-27T23:25:49.150 INFO:teuthology.orchestra.run.smithi019.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-27T23:25:49.150 INFO:teuthology.orchestra.run.smithi019.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-01-27T23:25:49.152 DEBUG:teuthology.orchestra.run.smithi019:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-01-27T23:25:49.284 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-01-27T23:25:49.302 DEBUG:teuthology.orchestra.run.smithi019:> sudo shutdown -r now 2024-01-27T23:25:49.307 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-01-27T23:25:49.676 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-01-27T23:25:49.676 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-01-27T23:25:49.676 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-01-27T23:25:50.232 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-01-27T23:25:50.232 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-01-27T23:25:50.232 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-01-27T23:25:50.232 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-01-27T23:25:50.232 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-01-27T23:25:50.232 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-01-27T23:25:50.232 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-01-27T23:25:50.418 DEBUG:teuthology.orchestra.run.smithi040:> rpm -q kernel | sort -rV | head -n 1 2024-01-27T23:25:50.646 INFO:teuthology.orchestra.run.smithi040.stdout:kernel-4.18.0-536.el8.x86_64 2024-01-27T23:25:50.646 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-01-27T23:25:50.646 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-536.el8.x86_64 2024-01-27T23:25:50.646 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-27T23:25:50.646 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-27T23:25:50.646 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-27T23:25:50.646 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi040.front.sepia.ceph.com, path=None, version=distro) 2024-01-27T23:25:50.646 DEBUG:teuthology.orchestra.run.smithi040:> rpm -q kernel | sort -rV | head -n 1 2024-01-27T23:25:50.866 INFO:teuthology.orchestra.run.smithi040.stdout:kernel-4.18.0-536.el8.x86_64 2024-01-27T23:25:50.867 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-01-27T23:25:50.867 DEBUG:teuthology.orchestra.run.smithi040:> sudo rpm -qi grub2-tools 2024-01-27T23:25:50.900 INFO:teuthology.orchestra.run.smithi040.stdout:Name : grub2-tools 2024-01-27T23:25:50.901 INFO:teuthology.orchestra.run.smithi040.stdout:Epoch : 1 2024-01-27T23:25:50.901 INFO:teuthology.orchestra.run.smithi040.stdout:Version : 2.02 2024-01-27T23:25:50.901 INFO:teuthology.orchestra.run.smithi040.stdout:Release : 129.el8 2024-01-27T23:25:50.901 INFO:teuthology.orchestra.run.smithi040.stdout:Architecture: x86_64 2024-01-27T23:25:50.901 INFO:teuthology.orchestra.run.smithi040.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-27T23:25:50.901 INFO:teuthology.orchestra.run.smithi040.stdout:Group : System Environment/Base 2024-01-27T23:25:50.901 INFO:teuthology.orchestra.run.smithi040.stdout:Size : 9265586 2024-01-27T23:25:50.901 INFO:teuthology.orchestra.run.smithi040.stdout:License : GPLv3+ 2024-01-27T23:25:50.901 INFO:teuthology.orchestra.run.smithi040.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-27T23:25:50.901 INFO:teuthology.orchestra.run.smithi040.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-27T23:25:50.901 INFO:teuthology.orchestra.run.smithi040.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-27T23:25:50.901 INFO:teuthology.orchestra.run.smithi040.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-27T23:25:50.901 INFO:teuthology.orchestra.run.smithi040.stdout:Relocations : (not relocatable) 2024-01-27T23:25:50.901 INFO:teuthology.orchestra.run.smithi040.stdout:Packager : CentOS BuildSystem 2024-01-27T23:25:50.902 INFO:teuthology.orchestra.run.smithi040.stdout:Vendor : CentOS 2024-01-27T23:25:50.902 INFO:teuthology.orchestra.run.smithi040.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-27T23:25:50.902 INFO:teuthology.orchestra.run.smithi040.stdout:Summary : Support tools for GRUB. 2024-01-27T23:25:50.902 INFO:teuthology.orchestra.run.smithi040.stdout:Description : 2024-01-27T23:25:50.902 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-01-27T23:25:50.902 INFO:teuthology.orchestra.run.smithi040.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-27T23:25:50.902 INFO:teuthology.orchestra.run.smithi040.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-27T23:25:50.902 INFO:teuthology.orchestra.run.smithi040.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-27T23:25:50.902 INFO:teuthology.orchestra.run.smithi040.stdout:hardware devices. 2024-01-27T23:25:50.902 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-01-27T23:25:50.902 INFO:teuthology.orchestra.run.smithi040.stdout:This subpackage provides tools for support of all platforms. 2024-01-27T23:25:50.903 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-27T23:25:50.903 INFO:teuthology.task.kernel:Updating grub on smithi040 to boot 4.18.0-536.el8.x86_64 2024-01-27T23:25:50.903 DEBUG:teuthology.orchestra.run.smithi040:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-27T23:25:52.205 INFO:teuthology.orchestra.run.smithi040.stderr:Generating grub configuration file ... 2024-01-27T23:25:54.022 INFO:teuthology.orchestra.run.smithi040.stderr:done 2024-01-27T23:25:54.023 DEBUG:teuthology.orchestra.run.smithi040:> mktemp 2024-01-27T23:25:54.092 INFO:teuthology.orchestra.run.smithi040.stdout:/tmp/tmp.jc12a0yni9 2024-01-27T23:25:54.093 DEBUG:teuthology.orchestra.run.smithi040:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.jc12a0yni9 2024-01-27T23:25:54.166 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod 0666 /tmp/tmp.jc12a0yni9 2024-01-27T23:25:54.319 DEBUG:teuthology.orchestra.remote:smithi040:/tmp/tmp.jc12a0yni9 is 6KB 2024-01-27T23:25:54.368 DEBUG:teuthology.orchestra.run.smithi040:> rm -fr /tmp/tmp.jc12a0yni9 2024-01-27T23:25:54.387 DEBUG:teuthology.orchestra.run.smithi040:> sudo /bin/ls /boot/loader/entries || true 2024-01-27T23:25:54.460 INFO:teuthology.orchestra.run.smithi040.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-27T23:25:54.460 INFO:teuthology.orchestra.run.smithi040.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-27T23:25:54.460 INFO:teuthology.orchestra.run.smithi040.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-27T23:25:54.460 INFO:teuthology.orchestra.run.smithi040.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-01-27T23:25:54.462 DEBUG:teuthology.orchestra.run.smithi040:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-01-27T23:25:54.603 DEBUG:teuthology.orchestra.run.smithi040:> sudo shutdown -r now 2024-01-27T23:26:19.328 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-27T23:26:19.329 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi019.front.sepia.ceph.com' 2024-01-27T23:26:19.330 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-27T23:26:24.610 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-27T23:26:24.610 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-01-27T23:26:24.611 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-27T23:26:37.888 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.19 2024-01-27T23:26:43.004 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.40 2024-01-27T23:26:46.893 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi019.front.sepia.ceph.com' 2024-01-27T23:26:46.894 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-27T23:26:52.010 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-01-27T23:26:52.010 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-27T23:27:46.949 DEBUG:teuthology.orchestra.remote:timed out 2024-01-27T23:27:52.016 DEBUG:teuthology.orchestra.remote:timed out 2024-01-27T23:27:58.955 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi019.front.sepia.ceph.com' 2024-01-27T23:27:58.956 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-27T23:27:59.212 DEBUG:teuthology.orchestra.run.smithi019:> true 2024-01-27T23:27:59.693 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi019.front.sepia.ceph.com' 2024-01-27T23:27:59.693 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-536.el8.x86_64"... 2024-01-27T23:27:59.693 DEBUG:teuthology.orchestra.run.smithi019:> uname -r 2024-01-27T23:27:59.714 INFO:teuthology.orchestra.run.smithi019.stdout:4.18.0-536.el8.x86_64 2024-01-27T23:27:59.714 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-536.el8.x86_64 vs 4.18.0-536.el8.x86_64 2024-01-27T23:27:59.714 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-27T23:27:59.714 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-27T23:28:00.715 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-27T23:28:00.715 DEBUG:teuthology.orchestra.run.smithi019:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-27T23:28:00.802 INFO:teuthology.orchestra.run.smithi019.stdout:ttyS1 2024-01-27T23:28:00.815 DEBUG:teuthology.parallel:result is None 2024-01-27T23:28:04.017 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-01-27T23:28:04.017 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-27T23:28:04.285 DEBUG:teuthology.orchestra.run.smithi040:> true 2024-01-27T23:28:04.552 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-01-27T23:28:04.552 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-536.el8.x86_64"... 2024-01-27T23:28:04.553 DEBUG:teuthology.orchestra.run.smithi040:> uname -r 2024-01-27T23:28:04.572 INFO:teuthology.orchestra.run.smithi040.stdout:4.18.0-536.el8.x86_64 2024-01-27T23:28:04.572 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-536.el8.x86_64 vs 4.18.0-536.el8.x86_64 2024-01-27T23:28:04.572 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-27T23:28:04.572 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-27T23:28:05.573 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-27T23:28:05.573 DEBUG:teuthology.orchestra.run.smithi040:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-27T23:28:05.663 INFO:teuthology.orchestra.run.smithi040.stdout:ttyS1 2024-01-27T23:28:05.679 DEBUG:teuthology.parallel:result is None 2024-01-27T23:28:05.679 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-27T23:28:05.686 INFO:teuthology.task.internal:Creating test directory... 2024-01-27T23:28:05.686 DEBUG:teuthology.orchestra.run.smithi019:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-27T23:28:05.689 DEBUG:teuthology.orchestra.run.smithi040:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-27T23:28:05.710 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-27T23:28:05.818 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-27T23:28:05.830 INFO:teuthology.task.internal:Creating archive directory... 2024-01-27T23:28:05.830 DEBUG:teuthology.orchestra.run.smithi019:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-27T23:28:05.833 DEBUG:teuthology.orchestra.run.smithi040:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-27T23:28:05.873 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-27T23:28:05.879 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-27T23:28:05.879 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-01-27T23:28:05.912 DEBUG:teuthology.orchestra.run.smithi040:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-27T23:28:05.955 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-27T23:28:05.956 INFO:teuthology.orchestra.run.smithi019.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-27T23:28:05.967 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-27T23:28:05.967 INFO:teuthology.orchestra.run.smithi019.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-27T23:28:05.969 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-27T23:28:05.978 INFO:teuthology.task.internal:Configuring sudo... 2024-01-27T23:28:05.978 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-01-27T23:28:05.980 DEBUG:teuthology.orchestra.run.smithi040:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-27T23:28:06.011 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-27T23:28:06.020 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-27T23:28:06.020 DEBUG:teuthology.orchestra.run.smithi019:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-27T23:28:06.051 DEBUG:teuthology.orchestra.run.smithi040:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-27T23:28:06.072 DEBUG:teuthology.orchestra.run.smithi019:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-27T23:28:06.155 DEBUG:teuthology.orchestra.run.smithi019:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-27T23:28:06.211 DEBUG:teuthology.orchestra.run.smithi019:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-27T23:28:06.297 DEBUG:teuthology.orchestra.run.smithi019:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-27T23:28:06.342 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2024-01-27T23:28:06.342 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-27T23:28:06.411 DEBUG:teuthology.orchestra.run.smithi040:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-27T23:28:06.459 DEBUG:teuthology.orchestra.run.smithi040:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-27T23:28:06.513 DEBUG:teuthology.orchestra.run.smithi040:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-27T23:28:06.598 DEBUG:teuthology.orchestra.run.smithi040:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-27T23:28:06.643 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-01-27T23:28:06.644 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-27T23:28:06.712 DEBUG:teuthology.orchestra.run.smithi019:> sudo service rsyslog restart 2024-01-27T23:28:06.714 DEBUG:teuthology.orchestra.run.smithi040:> sudo service rsyslog restart 2024-01-27T23:28:06.778 INFO:teuthology.orchestra.run.smithi019.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-27T23:28:06.815 INFO:teuthology.orchestra.run.smithi040.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-27T23:28:07.289 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-27T23:28:07.296 INFO:teuthology.task.internal:Starting timer... 2024-01-27T23:28:07.296 INFO:teuthology.run_tasks:Running task pcp... 2024-01-27T23:28:07.316 INFO:teuthology.run_tasks:Running task selinux... 2024-01-27T23:28:07.339 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-01-27T23:28:07.340 DEBUG:teuthology.orchestra.run.smithi019:> sudo service auditd rotate 2024-01-27T23:28:07.402 INFO:teuthology.orchestra.run.smithi019.stdout:Rotating logs: 2024-01-27T23:28:07.404 DEBUG:teuthology.orchestra.run.smithi040:> sudo service auditd rotate 2024-01-27T23:28:07.477 INFO:teuthology.orchestra.run.smithi040.stdout:Rotating logs: 2024-01-27T23:28:07.479 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-27T23:28:07.479 DEBUG:teuthology.orchestra.run.smithi019:> /usr/sbin/getenforce 2024-01-27T23:28:07.545 INFO:teuthology.orchestra.run.smithi019.stdout:Permissive 2024-01-27T23:28:07.545 DEBUG:teuthology.orchestra.run.smithi040:> /usr/sbin/getenforce 2024-01-27T23:28:07.571 INFO:teuthology.orchestra.run.smithi040.stdout:Permissive 2024-01-27T23:28:07.571 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi019.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi040.front.sepia.ceph.com': 'permissive'} 2024-01-27T23:28:07.571 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-01-27T23:28:07.601 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-27T23:28:07.602 DEBUG:teuthology.orchestra.run.smithi040:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-27T23:28:07.639 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-27T23:28:07.639 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-27T23:28:07.639 DEBUG:teuthology.orchestra.run.smithi019:> sudo /usr/sbin/setenforce permissive 2024-01-27T23:28:07.670 DEBUG:teuthology.orchestra.run.smithi040:> sudo /usr/sbin/setenforce permissive 2024-01-27T23:28:07.721 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-27T23:28:07.731 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-01-27T23:28:07.736 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-01-27T23:28:07.844 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-27T23:28:07.858 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-01-27T23:28:07.859 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi019.front.sepia.ceph.com,smithi040.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-27T23:34:02.006 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi019.front.sepia.ceph.com'), Remote(name='ubuntu@smithi040.front.sepia.ceph.com')] 2024-01-27T23:34:02.008 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi019.front.sepia.ceph.com' 2024-01-27T23:34:02.009 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-27T23:34:02.082 DEBUG:teuthology.orchestra.run.smithi019:> true 2024-01-27T23:34:02.155 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi019.front.sepia.ceph.com' 2024-01-27T23:34:02.155 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-01-27T23:34:02.156 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-27T23:34:02.230 DEBUG:teuthology.orchestra.run.smithi040:> true 2024-01-27T23:34:02.300 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-01-27T23:34:02.301 INFO:teuthology.run_tasks:Running task clock... 2024-01-27T23:34:02.312 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-27T23:34:02.312 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-27T23:34:02.312 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-01-27T23:34:02.314 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-27T23:34:02.315 DEBUG:teuthology.orchestra.run.smithi040:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-27T23:34:02.345 INFO:teuthology.orchestra.run.smithi019.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-27T23:34:02.360 INFO:teuthology.orchestra.run.smithi019.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-27T23:34:02.376 INFO:teuthology.orchestra.run.smithi040.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-27T23:34:02.392 INFO:teuthology.orchestra.run.smithi040.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-27T23:34:02.429 INFO:teuthology.orchestra.run.smithi019.stderr:sudo: ntpd: command not found 2024-01-27T23:34:02.440 INFO:teuthology.orchestra.run.smithi019.stdout:506 Cannot talk to daemon 2024-01-27T23:34:02.454 INFO:teuthology.orchestra.run.smithi019.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-27T23:34:02.461 INFO:teuthology.orchestra.run.smithi040.stderr:sudo: ntpd: command not found 2024-01-27T23:34:02.467 INFO:teuthology.orchestra.run.smithi019.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-27T23:34:02.474 INFO:teuthology.orchestra.run.smithi040.stdout:506 Cannot talk to daemon 2024-01-27T23:34:02.489 INFO:teuthology.orchestra.run.smithi040.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-27T23:34:02.503 INFO:teuthology.orchestra.run.smithi040.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-27T23:34:02.535 INFO:teuthology.orchestra.run.smithi019.stderr:bash: ntpq: command not found 2024-01-27T23:34:02.539 INFO:teuthology.orchestra.run.smithi019.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-27T23:34:02.539 INFO:teuthology.orchestra.run.smithi019.stdout:=============================================================================== 2024-01-27T23:34:02.539 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-27T23:34:02.539 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-27T23:34:02.539 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-27T23:34:02.539 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-27T23:34:02.576 INFO:teuthology.orchestra.run.smithi040.stderr:bash: ntpq: command not found 2024-01-27T23:34:02.580 INFO:teuthology.orchestra.run.smithi040.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-27T23:34:02.580 INFO:teuthology.orchestra.run.smithi040.stdout:=============================================================================== 2024-01-27T23:34:02.580 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-27T23:34:02.580 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-27T23:34:02.580 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-27T23:34:02.580 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-27T23:34:02.584 INFO:teuthology.run_tasks:Running task pexec... 2024-01-27T23:34:02.592 INFO:teuthology.task.pexec:Executing custom commands... 2024-01-27T23:34:02.593 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi019.front.sepia.ceph.com 2024-01-27T23:34:02.593 DEBUG:teuthology.orchestra.run.smithi019:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-27T23:34:02.593 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi040.front.sepia.ceph.com 2024-01-27T23:34:02.593 DEBUG:teuthology.orchestra.run.smithi040:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-27T23:34:03.403 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:01:26 ago on Sat 27 Jan 2024 11:32:37 PM UTC. 2024-01-27T23:34:03.439 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:25 ago on Sat 27 Jan 2024 11:32:38 PM UTC. 2024-01-27T23:34:05.500 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2024-01-27T23:34:05.501 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2024-01-27T23:34:05.501 INFO:teuthology.orchestra.run.smithi019.stdout: Package Architecture Version Repository Size 2024-01-27T23:34:05.502 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2024-01-27T23:34:05.502 INFO:teuthology.orchestra.run.smithi019.stdout:Resetting modules: 2024-01-27T23:34:05.502 INFO:teuthology.orchestra.run.smithi019.stdout: container-tools 2024-01-27T23:34:05.502 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:34:05.502 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2024-01-27T23:34:05.502 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2024-01-27T23:34:05.502 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:34:05.546 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-01-27T23:34:05.547 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-01-27T23:34:05.547 INFO:teuthology.orchestra.run.smithi040.stdout: Package Architecture Version Repository Size 2024-01-27T23:34:05.547 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-01-27T23:34:05.547 INFO:teuthology.orchestra.run.smithi040.stdout:Resetting modules: 2024-01-27T23:34:05.547 INFO:teuthology.orchestra.run.smithi040.stdout: container-tools 2024-01-27T23:34:05.547 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-01-27T23:34:05.547 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-01-27T23:34:05.547 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-01-27T23:34:05.548 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-01-27T23:34:05.784 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2024-01-27T23:34:05.807 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-01-27T23:34:06.659 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:01:29 ago on Sat 27 Jan 2024 11:32:37 PM UTC. 2024-01-27T23:34:06.696 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:28 ago on Sat 27 Jan 2024 11:32:38 PM UTC. 2024-01-27T23:34:08.761 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2024-01-27T23:34:08.796 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-01-27T23:34:08.799 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2024-01-27T23:34:08.800 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repository Size 2024-01-27T23:34:08.800 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2024-01-27T23:34:08.800 INFO:teuthology.orchestra.run.smithi019.stdout:Installing group/module packages: 2024-01-27T23:34:08.800 INFO:teuthology.orchestra.run.smithi019.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-27T23:34:08.800 INFO:teuthology.orchestra.run.smithi019.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-27T23:34:08.800 INFO:teuthology.orchestra.run.smithi019.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-27T23:34:08.800 INFO:teuthology.orchestra.run.smithi019.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-27T23:34:08.800 INFO:teuthology.orchestra.run.smithi019.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-27T23:34:08.800 INFO:teuthology.orchestra.run.smithi019.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-27T23:34:08.800 INFO:teuthology.orchestra.run.smithi019.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-27T23:34:08.801 INFO:teuthology.orchestra.run.smithi019.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-27T23:34:08.801 INFO:teuthology.orchestra.run.smithi019.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-27T23:34:08.801 INFO:teuthology.orchestra.run.smithi019.stdout:Installing dependencies: 2024-01-27T23:34:08.801 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-27T23:34:08.801 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-27T23:34:08.801 INFO:teuthology.orchestra.run.smithi019.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-27T23:34:08.801 INFO:teuthology.orchestra.run.smithi019.stdout:Installing weak dependencies: 2024-01-27T23:34:08.801 INFO:teuthology.orchestra.run.smithi019.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-27T23:34:08.801 INFO:teuthology.orchestra.run.smithi019.stdout:Installing module profiles: 2024-01-27T23:34:08.801 INFO:teuthology.orchestra.run.smithi019.stdout: container-tools/common 2024-01-27T23:34:08.801 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:34:08.802 INFO:teuthology.orchestra.run.smithi019.stdout:Enabling module streams: 2024-01-27T23:34:08.802 INFO:teuthology.orchestra.run.smithi019.stdout: container-tools rhel8 2024-01-27T23:34:08.802 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:34:08.802 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2024-01-27T23:34:08.802 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2024-01-27T23:34:08.802 INFO:teuthology.orchestra.run.smithi019.stdout:Install 13 Packages 2024-01-27T23:34:08.802 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:34:08.803 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 27 M 2024-01-27T23:34:08.803 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 89 M 2024-01-27T23:34:08.803 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2024-01-27T23:34:08.834 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-01-27T23:34:08.834 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repository Size 2024-01-27T23:34:08.834 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-01-27T23:34:08.835 INFO:teuthology.orchestra.run.smithi040.stdout:Installing group/module packages: 2024-01-27T23:34:08.835 INFO:teuthology.orchestra.run.smithi040.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-27T23:34:08.835 INFO:teuthology.orchestra.run.smithi040.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-27T23:34:08.835 INFO:teuthology.orchestra.run.smithi040.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-27T23:34:08.835 INFO:teuthology.orchestra.run.smithi040.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-27T23:34:08.835 INFO:teuthology.orchestra.run.smithi040.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-27T23:34:08.835 INFO:teuthology.orchestra.run.smithi040.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-27T23:34:08.835 INFO:teuthology.orchestra.run.smithi040.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-27T23:34:08.835 INFO:teuthology.orchestra.run.smithi040.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-27T23:34:08.835 INFO:teuthology.orchestra.run.smithi040.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-27T23:34:08.835 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-01-27T23:34:08.835 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-27T23:34:08.835 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-27T23:34:08.836 INFO:teuthology.orchestra.run.smithi040.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-27T23:34:08.836 INFO:teuthology.orchestra.run.smithi040.stdout:Installing weak dependencies: 2024-01-27T23:34:08.836 INFO:teuthology.orchestra.run.smithi040.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-27T23:34:08.836 INFO:teuthology.orchestra.run.smithi040.stdout:Installing module profiles: 2024-01-27T23:34:08.836 INFO:teuthology.orchestra.run.smithi040.stdout: container-tools/common 2024-01-27T23:34:08.836 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-01-27T23:34:08.836 INFO:teuthology.orchestra.run.smithi040.stdout:Enabling module streams: 2024-01-27T23:34:08.836 INFO:teuthology.orchestra.run.smithi040.stdout: container-tools rhel8 2024-01-27T23:34:08.836 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-01-27T23:34:08.836 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-01-27T23:34:08.836 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-01-27T23:34:08.836 INFO:teuthology.orchestra.run.smithi040.stdout:Install 13 Packages 2024-01-27T23:34:08.836 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-01-27T23:34:08.837 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 27 M 2024-01-27T23:34:08.837 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 89 M 2024-01-27T23:34:08.837 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-01-27T23:34:09.516 INFO:teuthology.orchestra.run.smithi019.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.4 MB/s | 750 kB 00:00 2024-01-27T23:34:09.550 INFO:teuthology.orchestra.run.smithi019.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.8 MB/s | 1.0 MB 00:00 2024-01-27T23:34:09.592 INFO:teuthology.orchestra.run.smithi019.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 505 kB/s | 38 kB 00:00 2024-01-27T23:34:09.598 INFO:teuthology.orchestra.run.smithi040.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.5 MB/s | 750 kB 00:00 2024-01-27T23:34:09.640 INFO:teuthology.orchestra.run.smithi040.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.9 MB/s | 1.0 MB 00:00 2024-01-27T23:34:09.642 INFO:teuthology.orchestra.run.smithi019.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.6 MB/s | 241 kB 00:00 2024-01-27T23:34:09.682 INFO:teuthology.orchestra.run.smithi040.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 453 kB/s | 38 kB 00:00 2024-01-27T23:34:09.732 INFO:teuthology.orchestra.run.smithi040.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.6 MB/s | 241 kB 00:00 2024-01-27T23:34:09.742 INFO:teuthology.orchestra.run.smithi019.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.7 MB/s | 178 kB 00:00 2024-01-27T23:34:09.816 INFO:teuthology.orchestra.run.smithi040.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 2.1 MB/s | 178 kB 00:00 2024-01-27T23:34:09.891 INFO:teuthology.orchestra.run.smithi040.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 330 kB/s | 25 kB 00:00 2024-01-27T23:34:09.893 INFO:teuthology.orchestra.run.smithi019.stdout:(6/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 11 MB/s | 9.6 MB 00:00 2024-01-27T23:34:09.918 INFO:teuthology.orchestra.run.smithi019.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 141 kB/s | 25 kB 00:00 2024-01-27T23:34:09.985 INFO:teuthology.orchestra.run.smithi019.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 10 MB/s | 3.9 MB 00:00 2024-01-27T23:34:10.000 INFO:teuthology.orchestra.run.smithi040.stdout:(7/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 11 MB/s | 9.6 MB 00:00 2024-01-27T23:34:10.019 INFO:teuthology.orchestra.run.smithi019.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 748 kB/s | 94 kB 00:00 2024-01-27T23:34:10.025 INFO:teuthology.orchestra.run.smithi040.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 702 kB/s | 94 kB 00:00 2024-01-27T23:34:10.084 INFO:teuthology.orchestra.run.smithi040.stdout:(9/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 9.8 MB/s | 3.9 MB 00:00 2024-01-27T23:34:10.102 INFO:teuthology.orchestra.run.smithi019.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 631 kB/s | 53 kB 00:00 2024-01-27T23:34:10.159 INFO:teuthology.orchestra.run.smithi040.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 704 kB/s | 53 kB 00:00 2024-01-27T23:34:10.202 INFO:teuthology.orchestra.run.smithi019.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 12 MB/s | 2.5 MB 00:00 2024-01-27T23:34:10.228 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-01-27T23:34:10.243 INFO:teuthology.orchestra.run.smithi040.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 491 kB/s | 41 kB 00:00 2024-01-27T23:34:10.301 INFO:teuthology.orchestra.run.smithi040.stdout:(12/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 9.2 MB/s | 2.5 MB 00:00 2024-01-27T23:34:10.395 INFO:teuthology.orchestra.run.smithi019.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 17 MB/s | 8.1 MB 00:00 2024-01-27T23:34:10.395 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2024-01-27T23:34:10.395 INFO:teuthology.orchestra.run.smithi019.stdout:Total 17 MB/s | 27 MB 00:01 2024-01-27T23:34:10.494 INFO:teuthology.orchestra.run.smithi040.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 17 MB/s | 8.1 MB 00:00 2024-01-27T23:34:10.494 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-01-27T23:34:10.494 INFO:teuthology.orchestra.run.smithi040.stdout:Total 16 MB/s | 27 MB 00:01 2024-01-27T23:34:10.670 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2024-01-27T23:34:10.692 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2024-01-27T23:34:10.692 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2024-01-27T23:34:10.769 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-01-27T23:34:10.791 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-01-27T23:34:10.791 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-01-27T23:34:10.965 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2024-01-27T23:34:10.968 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2024-01-27T23:34:11.068 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-01-27T23:34:11.071 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-01-27T23:34:11.676 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2024-01-27T23:34:11.741 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-01-27T23:34:11.913 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-27T23:34:11.933 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-27T23:34:12.073 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-27T23:34:12.102 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-27T23:34:12.287 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-27T23:34:12.289 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-27T23:34:12.534 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-27T23:34:12.539 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-27T23:34:13.084 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-27T23:34:13.119 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-27T23:34:14.109 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-27T23:34:14.148 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-27T23:34:14.351 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-27T23:34:14.498 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-27T23:34:14.562 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-27T23:34:14.705 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-27T23:34:14.815 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-27T23:34:14.970 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-27T23:34:15.238 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-27T23:34:15.401 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-27T23:34:16.183 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-27T23:34:16.369 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-27T23:34:16.384 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-27T23:34:16.563 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-27T23:34:16.567 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-27T23:34:16.747 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-27T23:34:17.006 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-27T23:34:17.006 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-27T23:34:17.006 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-27T23:34:17.006 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-27T23:34:17.006 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-27T23:34:17.006 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-27T23:34:17.006 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-27T23:34:17.006 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-27T23:34:17.007 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-27T23:34:17.007 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-27T23:34:17.007 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-27T23:34:17.007 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-27T23:34:17.007 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-27T23:34:17.196 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-27T23:34:17.196 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-27T23:34:17.196 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-27T23:34:17.196 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-27T23:34:17.196 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-27T23:34:17.196 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-27T23:34:17.196 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-27T23:34:17.197 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-27T23:34:17.197 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-27T23:34:17.197 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-27T23:34:17.197 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-27T23:34:17.197 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-27T23:34:17.197 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-27T23:34:17.545 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-27T23:34:17.545 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-01-27T23:34:17.546 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-01-27T23:34:17.546 INFO:teuthology.orchestra.run.smithi040.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-27T23:34:17.546 INFO:teuthology.orchestra.run.smithi040.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-27T23:34:17.546 INFO:teuthology.orchestra.run.smithi040.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-27T23:34:17.546 INFO:teuthology.orchestra.run.smithi040.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-27T23:34:17.546 INFO:teuthology.orchestra.run.smithi040.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-27T23:34:17.546 INFO:teuthology.orchestra.run.smithi040.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-27T23:34:17.546 INFO:teuthology.orchestra.run.smithi040.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-27T23:34:17.546 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-27T23:34:17.546 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-27T23:34:17.546 INFO:teuthology.orchestra.run.smithi040.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-27T23:34:17.546 INFO:teuthology.orchestra.run.smithi040.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-27T23:34:17.546 INFO:teuthology.orchestra.run.smithi040.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-27T23:34:17.546 INFO:teuthology.orchestra.run.smithi040.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-27T23:34:17.546 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-01-27T23:34:17.547 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-01-27T23:34:17.762 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-27T23:34:17.762 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:34:17.762 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2024-01-27T23:34:17.762 INFO:teuthology.orchestra.run.smithi019.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-27T23:34:17.762 INFO:teuthology.orchestra.run.smithi019.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-27T23:34:17.762 INFO:teuthology.orchestra.run.smithi019.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-27T23:34:17.762 INFO:teuthology.orchestra.run.smithi019.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-27T23:34:17.763 INFO:teuthology.orchestra.run.smithi019.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-27T23:34:17.763 INFO:teuthology.orchestra.run.smithi019.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-27T23:34:17.763 INFO:teuthology.orchestra.run.smithi019.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-27T23:34:17.763 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-27T23:34:17.763 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-27T23:34:17.763 INFO:teuthology.orchestra.run.smithi019.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-27T23:34:17.763 INFO:teuthology.orchestra.run.smithi019.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-27T23:34:17.763 INFO:teuthology.orchestra.run.smithi019.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-27T23:34:17.763 INFO:teuthology.orchestra.run.smithi019.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-27T23:34:17.763 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:34:17.764 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2024-01-27T23:34:17.826 DEBUG:teuthology.parallel:result is None 2024-01-27T23:34:18.017 DEBUG:teuthology.parallel:result is None 2024-01-27T23:34:18.017 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-01-27T23:34:18.034 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-01-27T23:34:18.034 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2024-01-27T23:34:18.034 DEBUG:teuthology.orchestra.run.smithi019:> dd if=/scratch_devs of=/dev/stdout 2024-01-27T23:34:18.053 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-27T23:34:18.053 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/vg_nvme/lv_1 2024-01-27T23:34:18.111 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-27T23:34:18.112 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-27T23:34:18.112 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 6h/6d Inode: 163656 Links: 1 2024-01-27T23:34:18.112 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-27T23:34:18.112 INFO:teuthology.orchestra.run.smithi019.stdout:Context: system_u:object_r:device_t:s0 2024-01-27T23:34:18.112 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2024-01-27 23:34:16.908978118 +0000 2024-01-27T23:34:18.112 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2024-01-27 23:33:28.853742466 +0000 2024-01-27T23:34:18.112 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2024-01-27 23:33:28.853742466 +0000 2024-01-27T23:34:18.112 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2024-01-27T23:34:18.112 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-27T23:34:18.178 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2024-01-27T23:34:18.178 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2024-01-27T23:34:18.178 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.000207372 s, 2.5 MB/s 2024-01-27T23:34:18.179 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-27T23:34:18.239 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/vg_nvme/lv_2 2024-01-27T23:34:18.298 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-27T23:34:18.298 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-27T23:34:18.298 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 6h/6d Inode: 161656 Links: 1 2024-01-27T23:34:18.298 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-27T23:34:18.298 INFO:teuthology.orchestra.run.smithi019.stdout:Context: system_u:object_r:device_t:s0 2024-01-27T23:34:18.298 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2024-01-27 23:34:16.908978118 +0000 2024-01-27T23:34:18.298 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2024-01-27 23:33:29.185739664 +0000 2024-01-27T23:34:18.299 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2024-01-27 23:33:29.185739664 +0000 2024-01-27T23:34:18.299 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2024-01-27T23:34:18.299 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-27T23:34:18.365 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2024-01-27T23:34:18.365 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2024-01-27T23:34:18.365 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.000232862 s, 2.2 MB/s 2024-01-27T23:34:18.366 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-27T23:34:18.425 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/vg_nvme/lv_3 2024-01-27T23:34:18.484 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-27T23:34:18.484 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-27T23:34:18.484 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 6h/6d Inode: 165065 Links: 1 2024-01-27T23:34:18.484 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-27T23:34:18.484 INFO:teuthology.orchestra.run.smithi019.stdout:Context: system_u:object_r:device_t:s0 2024-01-27T23:34:18.484 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2024-01-27 23:34:16.908978118 +0000 2024-01-27T23:34:18.484 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2024-01-27 23:33:29.531736743 +0000 2024-01-27T23:34:18.484 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2024-01-27 23:33:29.531736743 +0000 2024-01-27T23:34:18.484 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2024-01-27T23:34:18.485 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-27T23:34:18.549 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2024-01-27T23:34:18.549 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2024-01-27T23:34:18.549 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.00017167 s, 3.0 MB/s 2024-01-27T23:34:18.550 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-27T23:34:18.609 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/vg_nvme/lv_4 2024-01-27T23:34:18.668 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-27T23:34:18.668 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-27T23:34:18.668 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 6h/6d Inode: 161721 Links: 1 2024-01-27T23:34:18.668 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-27T23:34:18.668 INFO:teuthology.orchestra.run.smithi019.stdout:Context: system_u:object_r:device_t:s0 2024-01-27T23:34:18.668 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2024-01-27 23:34:16.908978118 +0000 2024-01-27T23:34:18.668 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2024-01-27 23:33:29.879733805 +0000 2024-01-27T23:34:18.668 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2024-01-27 23:33:29.879733805 +0000 2024-01-27T23:34:18.668 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2024-01-27T23:34:18.669 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-27T23:34:18.733 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2024-01-27T23:34:18.734 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2024-01-27T23:34:18.734 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.000208936 s, 2.5 MB/s 2024-01-27T23:34:18.735 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-27T23:34:18.793 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-01-27T23:34:18.911 INFO:teuthology.orchestra.run.smithi019.stdout:loop 2024-01-27T23:34:18.912 INFO:tasks.nvme_loop:Connecting nvme_loop smithi019:/dev/vg_nvme/lv_1... 2024-01-27T23:34:18.913 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-01-27T23:34:18.948 INFO:teuthology.orchestra.run.smithi019.stdout:1 2024-01-27T23:34:18.983 INFO:teuthology.orchestra.run.smithi019.stdout:/dev/vg_nvme/lv_11 2024-01-27T23:34:19.023 INFO:tasks.nvme_loop:Connecting nvme_loop smithi019:/dev/vg_nvme/lv_2... 2024-01-27T23:34:19.023 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-01-27T23:34:19.101 INFO:teuthology.orchestra.run.smithi019.stdout:1 2024-01-27T23:34:19.135 INFO:teuthology.orchestra.run.smithi019.stdout:/dev/vg_nvme/lv_21 2024-01-27T23:34:19.173 INFO:tasks.nvme_loop:Connecting nvme_loop smithi019:/dev/vg_nvme/lv_3... 2024-01-27T23:34:19.173 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-01-27T23:34:19.254 INFO:teuthology.orchestra.run.smithi019.stdout:1 2024-01-27T23:34:19.289 INFO:teuthology.orchestra.run.smithi019.stdout:/dev/vg_nvme/lv_31 2024-01-27T23:34:19.327 INFO:tasks.nvme_loop:Connecting nvme_loop smithi019:/dev/vg_nvme/lv_4... 2024-01-27T23:34:19.327 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-01-27T23:34:19.403 INFO:teuthology.orchestra.run.smithi019.stdout:1 2024-01-27T23:34:19.437 INFO:teuthology.orchestra.run.smithi019.stdout:/dev/vg_nvme/lv_41 2024-01-27T23:34:19.475 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2024-01-27T23:34:19.475 DEBUG:teuthology.orchestra.run.smithi019:> dd if=/scratch_devs of=/dev/stdout 2024-01-27T23:34:19.533 DEBUG:teuthology.orchestra.run.smithi019:> sudo nvme list 2024-01-27T23:34:19.600 INFO:teuthology.orchestra.run.smithi019.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-27T23:34:19.600 INFO:teuthology.orchestra.run.smithi019.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-27T23:34:19.600 INFO:teuthology.orchestra.run.smithi019.stdout:/dev/nvme0n1 CVFT5330002G400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-27T23:34:19.600 INFO:teuthology.orchestra.run.smithi019.stdout:/dev/nvme1n1 9717fe0624ed736d7622 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-27T23:34:19.600 INFO:teuthology.orchestra.run.smithi019.stdout:/dev/nvme2n1 fca7272ae31bc74f6f09 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-27T23:34:19.600 INFO:teuthology.orchestra.run.smithi019.stdout:/dev/nvme3n1 da311b82154fc1770067 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-27T23:34:19.600 INFO:teuthology.orchestra.run.smithi019.stdout:/dev/nvme4n1 cb5806a4587b8acc343b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-27T23:34:19.601 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-27T23:34:19.601 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2024-01-27T23:34:19.602 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/scratch_devs 2024-01-27T23:34:19.669 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-01-27T23:34:19.669 DEBUG:teuthology.orchestra.run.smithi040:> dd if=/scratch_devs of=/dev/stdout 2024-01-27T23:34:19.693 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-27T23:34:19.694 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/vg_nvme/lv_1 2024-01-27T23:34:19.755 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-27T23:34:19.755 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-27T23:34:19.755 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 6h/6d Inode: 163411 Links: 1 2024-01-27T23:34:19.755 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-27T23:34:19.755 INFO:teuthology.orchestra.run.smithi040.stdout:Context: system_u:object_r:device_t:s0 2024-01-27T23:34:19.755 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-01-27 23:34:16.711074478 +0000 2024-01-27T23:34:19.756 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-01-27 23:33:28.863310330 +0000 2024-01-27T23:34:19.756 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-01-27 23:33:28.863310330 +0000 2024-01-27T23:34:19.756 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: - 2024-01-27T23:34:19.756 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-27T23:34:19.827 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-01-27T23:34:19.827 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-01-27T23:34:19.827 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000268516 s, 1.9 MB/s 2024-01-27T23:34:19.828 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-27T23:34:19.891 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/vg_nvme/lv_2 2024-01-27T23:34:19.957 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-27T23:34:19.957 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-27T23:34:19.957 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 6h/6d Inode: 165289 Links: 1 2024-01-27T23:34:19.957 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-27T23:34:19.957 INFO:teuthology.orchestra.run.smithi040.stdout:Context: system_u:object_r:device_t:s0 2024-01-27T23:34:19.957 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-01-27 23:34:16.712074466 +0000 2024-01-27T23:34:19.957 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-01-27 23:33:29.205306287 +0000 2024-01-27T23:34:19.957 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-01-27 23:33:29.205306287 +0000 2024-01-27T23:34:19.957 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: - 2024-01-27T23:34:19.958 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-27T23:34:20.027 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-01-27T23:34:20.027 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-01-27T23:34:20.028 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000248726 s, 2.1 MB/s 2024-01-27T23:34:20.028 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-27T23:34:20.090 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/vg_nvme/lv_3 2024-01-27T23:34:20.151 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-27T23:34:20.152 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-27T23:34:20.152 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 6h/6d Inode: 163604 Links: 1 2024-01-27T23:34:20.152 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-27T23:34:20.152 INFO:teuthology.orchestra.run.smithi040.stdout:Context: system_u:object_r:device_t:s0 2024-01-27T23:34:20.152 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-01-27 23:34:16.712074466 +0000 2024-01-27T23:34:20.152 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-01-27 23:33:29.541302315 +0000 2024-01-27T23:34:20.152 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-01-27 23:33:29.541302315 +0000 2024-01-27T23:34:20.152 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: - 2024-01-27T23:34:20.153 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-27T23:34:20.220 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-01-27T23:34:20.221 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-01-27T23:34:20.221 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000191354 s, 2.7 MB/s 2024-01-27T23:34:20.222 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-27T23:34:20.283 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/vg_nvme/lv_4 2024-01-27T23:34:20.343 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-27T23:34:20.343 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-27T23:34:20.343 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 6h/6d Inode: 162313 Links: 1 2024-01-27T23:34:20.343 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-27T23:34:20.344 INFO:teuthology.orchestra.run.smithi040.stdout:Context: system_u:object_r:device_t:s0 2024-01-27T23:34:20.344 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-01-27 23:34:16.712074466 +0000 2024-01-27T23:34:20.344 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-01-27 23:33:29.890298189 +0000 2024-01-27T23:34:20.344 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-01-27 23:33:29.890298189 +0000 2024-01-27T23:34:20.344 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: - 2024-01-27T23:34:20.344 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-27T23:34:20.414 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-01-27T23:34:20.414 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-01-27T23:34:20.414 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000239938 s, 2.1 MB/s 2024-01-27T23:34:20.415 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-27T23:34:20.477 DEBUG:teuthology.orchestra.run.smithi040:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-01-27T23:34:20.606 INFO:teuthology.orchestra.run.smithi040.stdout:loop 2024-01-27T23:34:20.607 INFO:tasks.nvme_loop:Connecting nvme_loop smithi040:/dev/vg_nvme/lv_1... 2024-01-27T23:34:20.607 DEBUG:teuthology.orchestra.run.smithi040:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-01-27T23:34:20.645 INFO:teuthology.orchestra.run.smithi040.stdout:1 2024-01-27T23:34:20.680 INFO:teuthology.orchestra.run.smithi040.stdout:/dev/vg_nvme/lv_11 2024-01-27T23:34:20.719 INFO:tasks.nvme_loop:Connecting nvme_loop smithi040:/dev/vg_nvme/lv_2... 2024-01-27T23:34:20.720 DEBUG:teuthology.orchestra.run.smithi040:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-01-27T23:34:20.800 INFO:teuthology.orchestra.run.smithi040.stdout:1 2024-01-27T23:34:20.834 INFO:teuthology.orchestra.run.smithi040.stdout:/dev/vg_nvme/lv_21 2024-01-27T23:34:20.873 INFO:tasks.nvme_loop:Connecting nvme_loop smithi040:/dev/vg_nvme/lv_3... 2024-01-27T23:34:20.873 DEBUG:teuthology.orchestra.run.smithi040:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-01-27T23:34:20.951 INFO:teuthology.orchestra.run.smithi040.stdout:1 2024-01-27T23:34:20.984 INFO:teuthology.orchestra.run.smithi040.stdout:/dev/vg_nvme/lv_31 2024-01-27T23:34:21.024 INFO:tasks.nvme_loop:Connecting nvme_loop smithi040:/dev/vg_nvme/lv_4... 2024-01-27T23:34:21.024 DEBUG:teuthology.orchestra.run.smithi040:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-01-27T23:34:21.102 INFO:teuthology.orchestra.run.smithi040.stdout:1 2024-01-27T23:34:21.136 INFO:teuthology.orchestra.run.smithi040.stdout:/dev/vg_nvme/lv_41 2024-01-27T23:34:21.174 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-01-27T23:34:21.174 DEBUG:teuthology.orchestra.run.smithi040:> dd if=/scratch_devs of=/dev/stdout 2024-01-27T23:34:21.232 DEBUG:teuthology.orchestra.run.smithi040:> sudo nvme list 2024-01-27T23:34:21.298 INFO:teuthology.orchestra.run.smithi040.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-27T23:34:21.298 INFO:teuthology.orchestra.run.smithi040.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-27T23:34:21.298 INFO:teuthology.orchestra.run.smithi040.stdout:/dev/nvme0n1 CVFT5330009J400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-27T23:34:21.298 INFO:teuthology.orchestra.run.smithi040.stdout:/dev/nvme1n1 9c519db59d6b4b4cfeed Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-27T23:34:21.298 INFO:teuthology.orchestra.run.smithi040.stdout:/dev/nvme2n1 2df2c732c70db75e1599 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-27T23:34:21.298 INFO:teuthology.orchestra.run.smithi040.stdout:/dev/nvme3n1 723148483cff45491480 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-27T23:34:21.298 INFO:teuthology.orchestra.run.smithi040.stdout:/dev/nvme4n1 2ff5936b59b03ba5f93d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-27T23:34:21.299 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-27T23:34:21.299 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-01-27T23:34:21.299 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/scratch_devs 2024-01-27T23:34:21.367 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-27T23:34:21.452 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': 'a72a5dace2353a54147d37bd2699a2a482507966'} 2024-01-27T23:34:21.453 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 2024-01-27T23:34:21.453 INFO:tasks.cephadm:Cluster fsid is 98e8295e-bd6c-11ee-95b2-87774f69a715 2024-01-27T23:34:21.453 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-27T23:34:21.453 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-27T23:34:21.453 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi019': '172.21.15.19', 'mon.smithi040': '172.21.15.40'} 2024-01-27T23:34:21.453 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-27T23:34:21.454 DEBUG:teuthology.orchestra.run.smithi019:> sudo hostname $(hostname -s) 2024-01-27T23:34:21.488 DEBUG:teuthology.orchestra.run.smithi040:> sudo hostname $(hostname -s) 2024-01-27T23:34:21.516 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref a72a5dace2353a54147d37bd2699a2a482507966)... 2024-01-27T23:34:21.516 DEBUG:teuthology.orchestra.run.smithi019:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/a72a5dace2353a54147d37bd2699a2a482507966/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-27T23:34:21.791 INFO:teuthology.orchestra.run.smithi019.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Jan 27 23:34 /home/ubuntu/cephtest/cephadm 2024-01-27T23:34:21.792 DEBUG:teuthology.orchestra.run.smithi040:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/a72a5dace2353a54147d37bd2699a2a482507966/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-27T23:34:22.056 INFO:teuthology.orchestra.run.smithi040.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Jan 27 23:34 /home/ubuntu/cephtest/cephadm 2024-01-27T23:34:22.057 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-01-27T23:34:22.081 DEBUG:teuthology.orchestra.run.smithi040:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-27T23:34:22.111 DEBUG:teuthology.orchestra.run.smithi019:> sudo mkdir -p /etc/ceph 2024-01-27T23:34:22.154 DEBUG:teuthology.orchestra.run.smithi040:> sudo mkdir -p /etc/ceph 2024-01-27T23:34:22.187 DEBUG:teuthology.orchestra.run.smithi019:> sudo chmod 777 /etc/ceph 2024-01-27T23:34:22.226 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod 777 /etc/ceph 2024-01-27T23:34:22.257 INFO:tasks.cephadm:Writing seed config... 2024-01-27T23:34:22.258 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-27T23:34:22.258 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-27T23:34:22.258 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-27T23:34:22.258 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-27T23:34:22.259 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-27T23:34:22.259 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-27T23:34:22.259 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-27T23:34:22.259 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-27T23:34:22.259 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2024-01-27T23:34:22.259 DEBUG:teuthology.orchestra.run.smithi019:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-27T23:34:22.286 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 98e8295e-bd6c-11ee-95b2-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-01-27T23:34:22.287 DEBUG:teuthology.orchestra.run.smithi019:mon.smithi019> sudo journalctl -f -n 0 -u ceph-98e8295e-bd6c-11ee-95b2-87774f69a715@mon.smithi019.service 2024-01-27T23:34:22.329 INFO:tasks.cephadm:Bootstrapping... 2024-01-27T23:34:22.329 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 -v bootstrap --fsid 98e8295e-bd6c-11ee-95b2-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-01-27T23:34:22.359 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:-- Logs begin at Sat 2024-01-27 23:27:11 UTC. -- 2024-01-27T23:34:22.623 INFO:teuthology.orchestra.run.smithi019.stderr:-------------------------------------------------------------------------------- 2024-01-27T23:34:22.623 INFO:teuthology.orchestra.run.smithi019.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966', '-v', 'bootstrap', '--fsid', '98e8295e-bd6c-11ee-95b2-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-01-27T23:34:24.117 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: 4.6.1 2024-01-27T23:34:24.129 INFO:teuthology.orchestra.run.smithi019.stderr:Verifying podman|docker is present... 2024-01-27T23:34:24.154 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: 4.6.1 2024-01-27T23:34:24.164 INFO:teuthology.orchestra.run.smithi019.stderr:Verifying lvm2 is present... 2024-01-27T23:34:24.164 INFO:teuthology.orchestra.run.smithi019.stderr:Verifying time synchronization is in place... 2024-01-27T23:34:24.172 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-27T23:34:24.179 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: inactive 2024-01-27T23:34:24.186 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: enabled 2024-01-27T23:34:24.193 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: active 2024-01-27T23:34:24.194 INFO:teuthology.orchestra.run.smithi019.stderr:Unit chronyd.service is enabled and running 2024-01-27T23:34:24.194 INFO:teuthology.orchestra.run.smithi019.stderr:Repeating the final host check... 2024-01-27T23:34:24.216 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: 4.6.1 2024-01-27T23:34:24.222 INFO:teuthology.orchestra.run.smithi019.stderr:podman (/bin/podman) version 4.6.1 is present 2024-01-27T23:34:24.222 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl is present 2024-01-27T23:34:24.222 INFO:teuthology.orchestra.run.smithi019.stderr:lvcreate is present 2024-01-27T23:34:24.229 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-27T23:34:24.235 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: inactive 2024-01-27T23:34:24.241 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: enabled 2024-01-27T23:34:24.247 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: active 2024-01-27T23:34:24.248 INFO:teuthology.orchestra.run.smithi019.stderr:Unit chronyd.service is enabled and running 2024-01-27T23:34:24.248 INFO:teuthology.orchestra.run.smithi019.stderr:Host looks OK 2024-01-27T23:34:24.248 INFO:teuthology.orchestra.run.smithi019.stderr:Cluster fsid: 98e8295e-bd6c-11ee-95b2-87774f69a715 2024-01-27T23:34:24.248 INFO:teuthology.orchestra.run.smithi019.stderr:Acquiring lock 139840404066432 on /run/cephadm/98e8295e-bd6c-11ee-95b2-87774f69a715.lock 2024-01-27T23:34:24.249 INFO:teuthology.orchestra.run.smithi019.stderr:Lock 139840404066432 acquired on /run/cephadm/98e8295e-bd6c-11ee-95b2-87774f69a715.lock 2024-01-27T23:34:24.249 INFO:teuthology.orchestra.run.smithi019.stderr:Verifying IP 172.21.15.19 port 3300 ... 2024-01-27T23:34:24.249 INFO:teuthology.orchestra.run.smithi019.stderr:Verifying IP 172.21.15.19 port 6789 ... 2024-01-27T23:34:24.249 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-01-27T23:34:24.253 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-01-27T23:34:24.253 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-01-27T23:34:24.256 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-01-27T23:34:24.256 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-01-27T23:34:24.256 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1795sec hoplimit 64 pref medium 2024-01-27T23:34:24.259 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-27T23:34:24.259 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-01-27T23:34:24.259 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-27T23:34:24.260 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2024-01-27T23:34:24.260 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:161e/64 scope link 2024-01-27T23:34:24.260 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-27T23:34:24.261 INFO:teuthology.orchestra.run.smithi019.stderr:Mon IP `172.21.15.19` is in CIDR network `172.21.0.0/20` 2024-01-27T23:34:24.261 INFO:teuthology.orchestra.run.smithi019.stderr:Mon IP `172.21.15.19` is in CIDR network `172.21.0.0/20` 2024-01-27T23:34:24.261 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-01-27T23:34:24.261 INFO:teuthology.orchestra.run.smithi019.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-27T23:34:24.262 INFO:teuthology.orchestra.run.smithi019.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966... 2024-01-27T23:34:24.350 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966... 2024-01-27T23:34:24.432 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: Getting image source signatures 2024-01-27T23:34:24.442 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: Copying blob sha256:272062c903b6ececbd2c0f365ed6f0b6db06d6500fad2b0ef7b80dc8bcc8e572 2024-01-27T23:34:24.442 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: Copying blob sha256:ea3366b8a90265ae3f6d3736cb0de4b52da4ffec919b46c6cb5bc5be1372efe8 2024-01-27T23:34:46.156 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: Copying config sha256:4f538c03cdfadf0a9735c83c0be20393fbbcd13a6afafc9dec4d55eb388f2005 2024-01-27T23:34:46.222 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: Writing manifest to image destination 2024-01-27T23:34:46.538 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: 4f538c03cdfadf0a9735c83c0be20393fbbcd13a6afafc9dec4d55eb388f2005 2024-01-27T23:34:47.113 INFO:teuthology.orchestra.run.smithi019.stderr:ceph: ceph version 16.2.14-508-ga72a5dac (a72a5dace2353a54147d37bd2699a2a482507966) pacific (stable) 2024-01-27T23:34:47.603 INFO:teuthology.orchestra.run.smithi019.stderr:Ceph version: ceph version 16.2.14-508-ga72a5dac (a72a5dace2353a54147d37bd2699a2a482507966) pacific (stable) 2024-01-27T23:34:47.603 INFO:teuthology.orchestra.run.smithi019.stderr:Extracting ceph user uid/gid from container image... 2024-01-27T23:34:47.932 INFO:teuthology.orchestra.run.smithi019.stderr:stat: 167 167 2024-01-27T23:34:48.251 INFO:teuthology.orchestra.run.smithi019.stderr:Creating initial keys... 2024-01-27T23:34:48.529 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-authtool: AQAYk7Vlq3bzHhAA+uQFvTFb0vsri4z+dMGyHQ== 2024-01-27T23:34:49.150 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-authtool: AQAZk7VlZZcWBxAAsWvbYPJGwRaPI48BkUFlDQ== 2024-01-27T23:34:49.754 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-authtool: AQAZk7Vlc5V3LBAAGG15UyTlyKAdl/5LNr2f0Q== 2024-01-27T23:34:50.080 INFO:teuthology.orchestra.run.smithi019.stderr:Creating initial monmap... 2024-01-27T23:34:50.350 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-27T23:34:50.350 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 98e8295e-bd6c-11ee-95b2-87774f69a715 2024-01-27T23:34:50.350 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-27T23:34:50.682 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-01-27T23:34:50.682 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/monmaptool: set fsid to 98e8295e-bd6c-11ee-95b2-87774f69a715 2024-01-27T23:34:50.682 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-27T23:34:50.682 INFO:teuthology.orchestra.run.smithi019.stderr: 2024-01-27T23:34:50.682 INFO:teuthology.orchestra.run.smithi019.stderr:Creating mon... 2024-01-27T23:34:51.029 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.000+0000 7f2f56085880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-27T23:34:51.029 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 1 imported monmap: 2024-01-27T23:34:51.029 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-27T23:34:51.029 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 2024-01-27T23:34:51.029 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: last_changed 2024-01-27T23:34:50.340298+0000 2024-01-27T23:34:51.029 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: created 2024-01-27T23:34:50.340298+0000 2024-01-27T23:34:51.029 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-27T23:34:51.030 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-27T23:34:51.030 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-01-27T23:34:51.030 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2024-01-27T23:34:51.030 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 0 /usr/bin/ceph-mon: set fsid to 98e8295e-bd6c-11ee-95b2-87774f69a715 2024-01-27T23:34:51.030 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: RocksDB version: 6.8.1 2024-01-27T23:34:51.030 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2024-01-27T23:34:51.030 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-27T23:34:51.030 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Compile date Jan 25 2024 2024-01-27T23:34:51.030 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: DB SUMMARY 2024-01-27T23:34:51.030 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2024-01-27T23:34:51.030 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi019/store.db dir, Total Num: 0, files: 2024-01-27T23:34:51.030 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2024-01-27T23:34:51.030 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi019/store.db: 2024-01-27T23:34:51.030 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2024-01-27T23:34:51.031 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.error_if_exists: 0 2024-01-27T23:34:51.031 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.create_if_missing: 1 2024-01-27T23:34:51.031 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.paranoid_checks: 1 2024-01-27T23:34:51.031 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.env: 0x55b591286080 2024-01-27T23:34:51.031 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.fs: Posix File System 2024-01-27T23:34:51.031 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.info_log: 0x55b59202d380 2024-01-27T23:34:51.031 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-27T23:34:51.031 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.statistics: (nil) 2024-01-27T23:34:51.031 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.use_fsync: 0 2024-01-27T23:34:51.031 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.max_log_file_size: 0 2024-01-27T23:34:51.031 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-27T23:34:51.031 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-27T23:34:51.031 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-27T23:34:51.031 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-27T23:34:51.032 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.allow_fallocate: 1 2024-01-27T23:34:51.032 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-27T23:34:51.032 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-27T23:34:51.032 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.use_direct_reads: 0 2024-01-27T23:34:51.032 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-27T23:34:51.032 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-27T23:34:51.032 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.db_log_dir: 2024-01-27T23:34:51.032 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi019/store.db 2024-01-27T23:34:51.032 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-27T23:34:51.032 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.max_subcompactions: 1 2024-01-27T23:34:51.032 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.max_background_flushes: -1 2024-01-27T23:34:51.032 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-27T23:34:51.032 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-27T23:34:51.033 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-27T23:34:51.033 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-27T23:34:51.033 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-27T23:34:51.033 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-27T23:34:51.033 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-27T23:34:51.033 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.write_buffer_manager: 0x55b592033980 2024-01-27T23:34:51.033 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-27T23:34:51.033 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-27T23:34:51.033 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-27T23:34:51.033 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-27T23:34:51.033 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-27T23:34:51.033 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-27T23:34:51.033 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-27T23:34:51.034 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-27T23:34:51.034 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-27T23:34:51.034 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.unordered_write: 0 2024-01-27T23:34:51.034 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-27T23:34:51.034 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-27T23:34:51.034 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-27T23:34:51.034 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-27T23:34:51.034 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.row_cache: None 2024-01-27T23:34:51.034 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.wal_filter: None 2024-01-27T23:34:51.034 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-27T23:34:51.034 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-27T23:34:51.034 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.preserve_deletes: 0 2024-01-27T23:34:51.034 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.two_write_queues: 0 2024-01-27T23:34:51.034 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-27T23:34:51.034 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.atomic_flush: 0 2024-01-27T23:34:51.035 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-27T23:34:51.035 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-27T23:34:51.035 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-27T23:34:51.035 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.log_readahead_size: 0 2024-01-27T23:34:51.035 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-27T23:34:51.035 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.max_background_jobs: 2 2024-01-27T23:34:51.035 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.max_background_compactions: -1 2024-01-27T23:34:51.035 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-27T23:34:51.035 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-27T23:34:51.035 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-27T23:34:51.035 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-27T23:34:51.035 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-27T23:34:51.035 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-27T23:34:51.035 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.001+0000 7f2f56085880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-27T23:34:51.035 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-27T23:34:51.036 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.max_open_files: -1 2024-01-27T23:34:51.036 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-27T23:34:51.036 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-27T23:34:51.036 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-27T23:34:51.036 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-27T23:34:51.036 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Compression algorithms supported: 2024-01-27T23:34:51.036 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-27T23:34:51.036 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: kZSTD supported: 0 2024-01-27T23:34:51.036 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: kXpressCompression supported: 0 2024-01-27T23:34:51.036 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-27T23:34:51.036 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: kLZ4Compression supported: 1 2024-01-27T23:34:51.036 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: kBZip2Compression supported: 0 2024-01-27T23:34:51.036 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: kZlibCompression supported: 1 2024-01-27T23:34:51.037 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: kSnappyCompression supported: 1 2024-01-27T23:34:51.037 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-27T23:34:51.037 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-27T23:34:51.037 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2024-01-27T23:34:51.037 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi019/store.db/MANIFEST-000001 2024-01-27T23:34:51.037 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2024-01-27T23:34:51.037 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-27T23:34:51.037 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2024-01-27T23:34:51.037 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-27T23:34:51.037 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.merge_operator: 2024-01-27T23:34:51.037 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.compaction_filter: None 2024-01-27T23:34:51.037 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-27T23:34:51.037 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-27T23:34:51.037 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-27T23:34:51.037 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b591f43d30) 2024-01-27T23:34:51.038 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-27T23:34:51.038 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-27T23:34:51.038 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-27T23:34:51.038 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-27T23:34:51.038 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-27T23:34:51.038 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-27T23:34:51.038 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-27T23:34:51.038 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-27T23:34:51.038 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-27T23:34:51.038 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-27T23:34:51.038 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-27T23:34:51.038 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: block_cache: 0x55b591f78d10 2024-01-27T23:34:51.038 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-27T23:34:51.038 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-27T23:34:51.038 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-27T23:34:51.039 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-27T23:34:51.039 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-27T23:34:51.039 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-27T23:34:51.039 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-27T23:34:51.039 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-27T23:34:51.039 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-27T23:34:51.039 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-27T23:34:51.039 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-27T23:34:51.039 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-27T23:34:51.039 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-27T23:34:51.039 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-27T23:34:51.039 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-27T23:34:51.039 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-27T23:34:51.039 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-27T23:34:51.039 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-27T23:34:51.039 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-27T23:34:51.040 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-27T23:34:51.040 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-27T23:34:51.040 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-27T23:34:51.040 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2024-01-27T23:34:51.040 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-27T23:34:51.040 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-27T23:34:51.040 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.compression: NoCompression 2024-01-27T23:34:51.040 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-27T23:34:51.040 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-27T23:34:51.040 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-27T23:34:51.040 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.num_levels: 7 2024-01-27T23:34:51.040 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-27T23:34:51.040 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-27T23:34:51.040 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-27T23:34:51.041 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-27T23:34:51.041 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-27T23:34:51.041 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-27T23:34:51.041 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-27T23:34:51.041 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-27T23:34:51.041 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-27T23:34:51.041 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-27T23:34:51.041 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-27T23:34:51.041 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-27T23:34:51.041 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-27T23:34:51.041 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-27T23:34:51.041 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-27T23:34:51.041 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-27T23:34:51.041 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-27T23:34:51.041 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-27T23:34:51.042 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-27T23:34:51.042 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-27T23:34:51.042 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-27T23:34:51.042 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-27T23:34:51.042 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-27T23:34:51.042 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-27T23:34:51.042 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-27T23:34:51.042 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-27T23:34:51.042 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-27T23:34:51.042 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-27T23:34:51.042 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-27T23:34:51.042 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-27T23:34:51.042 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-27T23:34:51.042 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-27T23:34:51.042 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-27T23:34:51.043 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-27T23:34:51.043 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-27T23:34:51.043 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-27T23:34:51.043 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-27T23:34:51.043 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-27T23:34:51.043 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-27T23:34:51.043 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-27T23:34:51.043 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-27T23:34:51.043 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-27T23:34:51.043 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-27T23:34:51.043 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-27T23:34:51.043 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-27T23:34:51.043 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-27T23:34:51.043 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-27T23:34:51.043 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.table_properties_collectors: 2024-01-27T23:34:51.044 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.inplace_update_support: 0 2024-01-27T23:34:51.044 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-27T23:34:51.044 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-27T23:34:51.044 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-27T23:34:51.044 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-27T23:34:51.044 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.bloom_locality: 0 2024-01-27T23:34:51.044 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.max_successive_merges: 0 2024-01-27T23:34:51.044 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-27T23:34:51.044 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-27T23:34:51.044 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-27T23:34:51.044 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-27T23:34:51.044 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.ttl: 2592000 2024-01-27T23:34:51.044 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.002+0000 7f2f56085880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-27T23:34:51.045 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.003+0000 7f2f56085880 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-01-27T23:34:51.045 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2024-01-27T23:34:51.045 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.003+0000 7f2f56085880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-27T23:34:51.045 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2024-01-27T23:34:51.045 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.006+0000 7f2f56085880 4 rocksdb: DB pointer 0x55b592041800 2024-01-27T23:34:51.045 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.006+0000 7f2f3eef8700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-27T23:34:51.045 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.006+0000 7f2f3eef8700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-27T23:34:51.045 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-27T23:34:51.045 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-27T23:34:51.045 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-01-27T23:34:51.045 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-01-27T23:34:51.045 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-27T23:34:51.045 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-01-27T23:34:51.045 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-01-27T23:34:51.046 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-27T23:34:51.046 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2024-01-27T23:34:51.046 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-27T23:34:51.046 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-01-27T23:34:51.046 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-27T23:34:51.046 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-01-27T23:34:51.046 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-01-27T23:34:51.046 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2024-01-27T23:34:51.046 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-27T23:34:51.046 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-01-27T23:34:51.046 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-27T23:34:51.046 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-27T23:34:51.046 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-27T23:34:51.046 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-27T23:34:51.046 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-27T23:34:51.047 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-27T23:34:51.047 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-27T23:34:51.047 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-01-27T23:34:51.047 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-01-27T23:34:51.047 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-01-27T23:34:51.047 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2024-01-27T23:34:51.047 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-27T23:34:51.047 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2024-01-27T23:34:51.047 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-27T23:34:51.047 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-01-27T23:34:51.047 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-27T23:34:51.047 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-01-27T23:34:51.047 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-01-27T23:34:51.047 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2024-01-27T23:34:51.047 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-27T23:34:51.048 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-01-27T23:34:51.048 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-27T23:34:51.048 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-27T23:34:51.048 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-27T23:34:51.048 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-27T23:34:51.048 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-27T23:34:51.048 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-27T23:34:51.048 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-27T23:34:51.048 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-01-27T23:34:51.048 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-01-27T23:34:51.048 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-01-27T23:34:51.048 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2024-01-27T23:34:51.048 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-27T23:34:51.048 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2024-01-27T23:34:51.049 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.007+0000 7f2f56085880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-27T23:34:51.049 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.007+0000 7f2f56085880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-27T23:34:51.049 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:34:51.007+0000 7f2f56085880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi019 for mon.smithi019 2024-01-27T23:34:51.379 INFO:teuthology.orchestra.run.smithi019.stderr:create mon.smithi019 on 2024-01-27T23:34:51.491 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-01-27T23:34:51.589 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-98e8295e-bd6c-11ee-95b2-87774f69a715.target → /etc/systemd/system/ceph-98e8295e-bd6c-11ee-95b2-87774f69a715.target. 2024-01-27T23:34:51.589 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-98e8295e-bd6c-11ee-95b2-87774f69a715.target → /etc/systemd/system/ceph-98e8295e-bd6c-11ee-95b2-87774f69a715.target. 2024-01-27T23:34:51.816 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Failed to reset failed state of unit ceph-98e8295e-bd6c-11ee-95b2-87774f69a715@mon.smithi019.service: Unit ceph-98e8295e-bd6c-11ee-95b2-87774f69a715@mon.smithi019.service not loaded. 2024-01-27T23:34:51.823 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Created symlink /etc/systemd/system/ceph-98e8295e-bd6c-11ee-95b2-87774f69a715.target.wants/ceph-98e8295e-bd6c-11ee-95b2-87774f69a715@mon.smithi019.service → /etc/systemd/system/ceph-98e8295e-bd6c-11ee-95b2-87774f69a715@.service. 2024-01-27T23:34:51.956 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:51 smithi019 systemd[1]: Starting Ceph mon.smithi019 for 98e8295e-bd6c-11ee-95b2-87774f69a715... 2024-01-27T23:34:52.326 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: disabled 2024-01-27T23:34:52.335 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: inactive 2024-01-27T23:34:52.335 INFO:teuthology.orchestra.run.smithi019.stderr:firewalld.service is not enabled 2024-01-27T23:34:52.336 INFO:teuthology.orchestra.run.smithi019.stderr:Not possible to enable service . firewalld.service is not available 2024-01-27T23:34:52.336 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for mon to start... 2024-01-27T23:34:52.336 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for mon... 2024-01-27T23:34:52.621 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:52 smithi019 bash[34755]: 922f1ef204669576f0450fee1b99d9146658cf3bb899cd82d79ce504ee546c6e 2024-01-27T23:34:52.621 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:52 smithi019 systemd[1]: Started Ceph mon.smithi019 for 98e8295e-bd6c-11ee-95b2-87774f69a715. 2024-01-27T23:34:52.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[34770]: cluster 2024-01-27T23:34:52.343988+0000 mon.smithi019 (mon.0) 0 : [INF] mkfs 98e8295e-bd6c-11ee-95b2-87774f69a715 2024-01-27T23:34:52.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[34770]: cluster 2024-01-27T23:34:52.332611+0000 mon.smithi019 (mon.0) 1 : cluster [INF] mon.smithi019 is new leader, mons smithi019 in quorum (ranks 0) 2024-01-27T23:34:52.784 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: cluster: 2024-01-27T23:34:52.784 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: id: 98e8295e-bd6c-11ee-95b2-87774f69a715 2024-01-27T23:34:52.784 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-27T23:34:52.785 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2024-01-27T23:34:52.785 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: services: 2024-01-27T23:34:52.785 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi019 (age 0.446879s) 2024-01-27T23:34:52.785 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-27T23:34:52.785 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-27T23:34:52.785 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2024-01-27T23:34:52.785 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: data: 2024-01-27T23:34:52.785 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-27T23:34:52.785 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-27T23:34:52.785 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-27T23:34:52.785 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: pgs: 2024-01-27T23:34:52.786 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2024-01-27T23:34:53.148 INFO:teuthology.orchestra.run.smithi019.stderr:mon is available 2024-01-27T23:34:53.148 INFO:teuthology.orchestra.run.smithi019.stderr:Assimilating anything we can from ceph.conf... 2024-01-27T23:34:53.621 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:53 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[34770]: cluster 2024-01-27T23:34:52.340997+0000 mon.smithi019 (mon.0) 2 : cluster [INF] mon.smithi019 is new leader, mons smithi019 in quorum (ranks 0) 2024-01-27T23:34:53.621 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:53 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[34770]: cluster 2024-01-27T23:34:52.342962+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-01-27T23:34:53.621 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:53 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[34770]: cluster 2024-01-27T23:34:52.346318+0000 mon.smithi019 (mon.0) 4 : cluster [DBG] fsmap 2024-01-27T23:34:53.621 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:53 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[34770]: cluster 2024-01-27T23:34:52.350467+0000 mon.smithi019 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-27T23:34:53.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:53 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[34770]: cluster 2024-01-27T23:34:52.350977+0000 mon.smithi019 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-27T23:34:53.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:53 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[34770]: audit 2024-01-27T23:34:52.787833+0000 mon.smithi019 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.19:0/3023585594' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-27T23:34:53.644 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2024-01-27T23:34:53.644 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: [global] 2024-01-27T23:34:53.644 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: fsid = 98e8295e-bd6c-11ee-95b2-87774f69a715 2024-01-27T23:34:53.645 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.19:3300,v1:172.21.15.19:6789] 2024-01-27T23:34:53.645 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-27T23:34:53.645 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-27T23:34:53.645 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-27T23:34:53.645 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-27T23:34:53.645 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2024-01-27T23:34:53.645 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: [mgr] 2024-01-27T23:34:53.645 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-27T23:34:53.645 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2024-01-27T23:34:53.645 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: [osd] 2024-01-27T23:34:53.645 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-27T23:34:53.645 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-27T23:34:53.998 INFO:teuthology.orchestra.run.smithi019.stderr:Generating new minimal ceph.conf... 2024-01-27T23:34:54.604 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:54 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[34770]: audit 2024-01-27T23:34:53.644355+0000 mon.smithi019 (mon.0) 8 : audit [INF] from='client.? 172.21.15.19:0/171264645' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-27T23:34:54.604 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:54 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[34770]: audit 2024-01-27T23:34:53.648158+0000 mon.smithi019 (mon.0) 9 : audit [INF] from='client.? 172.21.15.19:0/171264645' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-27T23:34:54.756 INFO:teuthology.orchestra.run.smithi019.stderr:Restarting the monitor... 2024-01-27T23:34:54.871 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:54 smithi019 systemd[1]: Stopping Ceph mon.smithi019 for 98e8295e-bd6c-11ee-95b2-87774f69a715... 2024-01-27T23:34:54.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:54 smithi019 bash[35092]: Error: no container with name or ID "ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon.smithi019" found: no such container 2024-01-27T23:34:55.288 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:54 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[34770]: debug 2024-01-27T23:34:54.967+0000 7fbe52916700 -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-01-27T23:34:55.288 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:54 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[34770]: debug 2024-01-27T23:34:54.967+0000 7fbe52916700 -1 mon.smithi019@0(leader) e1 *** Got Signal Terminated *** 2024-01-27T23:34:55.621 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:55 smithi019 bash[35130]: ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019 2024-01-27T23:34:56.121 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:55 smithi019 systemd[1]: ceph-98e8295e-bd6c-11ee-95b2-87774f69a715@mon.smithi019.service: Succeeded. 2024-01-27T23:34:56.121 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:55 smithi019 systemd[1]: Stopped Ceph mon.smithi019 for 98e8295e-bd6c-11ee-95b2-87774f69a715. 2024-01-27T23:34:56.121 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:55 smithi019 systemd[1]: Starting Ceph mon.smithi019 for 98e8295e-bd6c-11ee-95b2-87774f69a715... 2024-01-27T23:34:56.191 INFO:teuthology.orchestra.run.smithi019.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-01-27T23:34:56.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.187+0000 7fb39e159880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-27T23:34:56.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.187+0000 7fb39e159880 0 ceph version 16.2.14-508-ga72a5dac (a72a5dace2353a54147d37bd2699a2a482507966) pacific (stable), process ceph-mon, pid 7 2024-01-27T23:34:56.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.187+0000 7fb39e159880 0 pidfile_write: ignore empty --pid-file 2024-01-27T23:34:56.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 bash[35253]: 808d339aea95065fea9f20a142b5a0b2c33c3e41a44c4f4c40e4bb4fd3640e4f 2024-01-27T23:34:56.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 0 load: jerasure load: lrc load: isa 2024-01-27T23:34:56.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: RocksDB version: 6.8.1 2024-01-27T23:34:56.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 2024-01-27T23:34:56.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-27T23:34:56.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Compile date Jan 25 2024 2024-01-27T23:34:56.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: DB SUMMARY 2024-01-27T23:34:56.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 2024-01-27T23:34:56.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: CURRENT file: CURRENT 2024-01-27T23:34:56.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 2024-01-27T23:34:56.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-27T23:34:56.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 2024-01-27T23:34:56.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-27T23:34:56.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 2024-01-27T23:34:56.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi019/store.db dir, Total Num: 1, files: 000004.sst 2024-01-27T23:34:56.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 2024-01-27T23:34:56.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi019/store.db: 000006.log size: 81188 ; 2024-01-27T23:34:56.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 2024-01-27T23:34:56.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.error_if_exists: 0 2024-01-27T23:34:56.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.create_if_missing: 0 2024-01-27T23:34:56.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.paranoid_checks: 1 2024-01-27T23:34:56.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.env: 0x561de3f9d080 2024-01-27T23:34:56.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.fs: Posix File System 2024-01-27T23:34:56.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.info_log: 0x561de552bd20 2024-01-27T23:34:56.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-27T23:34:56.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.statistics: (nil) 2024-01-27T23:34:56.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.use_fsync: 0 2024-01-27T23:34:56.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.max_log_file_size: 0 2024-01-27T23:34:56.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-27T23:34:56.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-27T23:34:56.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-27T23:34:56.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-27T23:34:56.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.allow_fallocate: 1 2024-01-27T23:34:56.626 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-27T23:34:56.626 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-27T23:34:56.626 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.use_direct_reads: 0 2024-01-27T23:34:56.626 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-27T23:34:56.626 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-27T23:34:56.626 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.db_log_dir: 2024-01-27T23:34:56.626 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi019/store.db 2024-01-27T23:34:56.626 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-27T23:34:56.626 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.max_subcompactions: 1 2024-01-27T23:34:56.626 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.max_background_flushes: -1 2024-01-27T23:34:56.626 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-27T23:34:56.626 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-27T23:34:56.626 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-27T23:34:56.626 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-27T23:34:56.627 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-27T23:34:56.627 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-27T23:34:56.627 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-27T23:34:56.627 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.write_buffer_manager: 0x561de6182480 2024-01-27T23:34:56.627 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-27T23:34:56.627 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-27T23:34:56.627 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-27T23:34:56.627 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-27T23:34:56.627 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-27T23:34:56.627 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-27T23:34:56.627 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-27T23:34:56.627 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-27T23:34:56.627 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-27T23:34:56.627 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.unordered_write: 0 2024-01-27T23:34:56.627 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-27T23:34:56.628 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-27T23:34:56.628 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-27T23:34:56.628 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-27T23:34:56.628 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.row_cache: None 2024-01-27T23:34:56.628 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.wal_filter: None 2024-01-27T23:34:56.628 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-27T23:34:56.628 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-27T23:34:56.628 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.preserve_deletes: 0 2024-01-27T23:34:56.628 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.two_write_queues: 0 2024-01-27T23:34:56.628 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-27T23:34:56.628 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.atomic_flush: 0 2024-01-27T23:34:56.628 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-27T23:34:56.628 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-27T23:34:56.628 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-27T23:34:56.628 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.log_readahead_size: 0 2024-01-27T23:34:56.629 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-27T23:34:56.629 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.max_background_jobs: 2 2024-01-27T23:34:56.629 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.max_background_compactions: -1 2024-01-27T23:34:56.629 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-27T23:34:56.629 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-27T23:34:56.629 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-27T23:34:56.629 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-27T23:34:56.629 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-27T23:34:56.629 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-27T23:34:56.629 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-27T23:34:56.629 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-27T23:34:56.629 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.max_open_files: -1 2024-01-27T23:34:56.629 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-27T23:34:56.629 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-27T23:34:56.630 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-27T23:34:56.630 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-27T23:34:56.630 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Compression algorithms supported: 2024-01-27T23:34:56.630 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-27T23:34:56.630 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: kZSTD supported: 0 2024-01-27T23:34:56.630 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: kXpressCompression supported: 0 2024-01-27T23:34:56.630 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-27T23:34:56.630 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: kLZ4Compression supported: 1 2024-01-27T23:34:56.630 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: kBZip2Compression supported: 0 2024-01-27T23:34:56.630 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: kZlibCompression supported: 1 2024-01-27T23:34:56.630 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: kSnappyCompression supported: 1 2024-01-27T23:34:56.630 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.192+0000 7fb39e159880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-27T23:34:56.630 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi019/store.db/MANIFEST-000005 2024-01-27T23:34:56.630 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 2024-01-27T23:34:56.631 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-27T23:34:56.631 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 2024-01-27T23:34:56.631 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-27T23:34:56.631 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.merge_operator: 2024-01-27T23:34:56.631 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.compaction_filter: None 2024-01-27T23:34:56.631 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-27T23:34:56.631 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-27T23:34:56.631 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-27T23:34:56.631 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561de54dbd28) 2024-01-27T23:34:56.631 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cache_index_and_filter_blocks: 1 2024-01-27T23:34:56.631 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-27T23:34:56.631 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-27T23:34:56.631 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: pin_top_level_index_and_filter: 1 2024-01-27T23:34:56.631 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: index_type: 0 2024-01-27T23:34:56.631 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: data_block_index_type: 0 2024-01-27T23:34:56.632 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: index_shortening: 1 2024-01-27T23:34:56.632 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: data_block_hash_table_util_ratio: 0.750000 2024-01-27T23:34:56.632 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: hash_index_allow_collision: 1 2024-01-27T23:34:56.632 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: checksum: 1 2024-01-27T23:34:56.632 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: no_block_cache: 0 2024-01-27T23:34:56.632 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: block_cache: 0x561de5510f10 2024-01-27T23:34:56.632 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: block_cache_name: BinnedLRUCache 2024-01-27T23:34:56.632 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: block_cache_options: 2024-01-27T23:34:56.632 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: capacity : 536870912 2024-01-27T23:34:56.632 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: num_shard_bits : 4 2024-01-27T23:34:56.632 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: strict_capacity_limit : 0 2024-01-27T23:34:56.632 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: high_pri_pool_ratio: 0.000 2024-01-27T23:34:56.632 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: block_cache_compressed: (nil) 2024-01-27T23:34:56.632 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: persistent_cache: (nil) 2024-01-27T23:34:56.633 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: block_size: 4096 2024-01-27T23:34:56.633 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: block_size_deviation: 10 2024-01-27T23:34:56.633 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: block_restart_interval: 16 2024-01-27T23:34:56.633 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: index_block_restart_interval: 1 2024-01-27T23:34:56.633 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: metadata_block_size: 4096 2024-01-27T23:34:56.633 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: partition_filters: 0 2024-01-27T23:34:56.633 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: use_delta_encoding: 1 2024-01-27T23:34:56.633 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-27T23:34:56.633 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: whole_key_filtering: 1 2024-01-27T23:34:56.633 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: verify_compression: 0 2024-01-27T23:34:56.633 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: read_amp_bytes_per_bit: 0 2024-01-27T23:34:56.633 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: format_version: 2 2024-01-27T23:34:56.633 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: enable_index_compression: 1 2024-01-27T23:34:56.633 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: block_align: 0 2024-01-27T23:34:56.634 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 2024-01-27T23:34:56.634 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-27T23:34:56.634 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-27T23:34:56.634 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.compression: NoCompression 2024-01-27T23:34:56.634 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-27T23:34:56.634 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-27T23:34:56.634 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-27T23:34:56.634 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.num_levels: 7 2024-01-27T23:34:56.634 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-27T23:34:56.634 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-27T23:34:56.634 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-27T23:34:56.634 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-27T23:34:56.634 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-27T23:34:56.634 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-27T23:34:56.634 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-27T23:34:56.635 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-27T23:34:56.635 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-27T23:34:56.635 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-27T23:34:56.635 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-27T23:34:56.635 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-27T23:34:56.635 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-27T23:34:56.635 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-27T23:34:56.635 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-27T23:34:56.635 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-27T23:34:56.635 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-27T23:34:56.635 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-27T23:34:56.635 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-27T23:34:56.635 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-27T23:34:56.635 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-27T23:34:56.635 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-27T23:34:56.636 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-27T23:34:56.636 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-27T23:34:56.636 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-27T23:34:56.636 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-27T23:34:56.636 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-27T23:34:56.636 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-27T23:34:56.636 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-27T23:34:56.636 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-27T23:34:56.636 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-27T23:34:56.636 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-27T23:34:56.636 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-27T23:34:56.636 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-27T23:34:56.636 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-27T23:34:56.637 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-27T23:34:56.637 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-27T23:34:56.637 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-27T23:34:56.637 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-27T23:34:56.637 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-27T23:34:56.637 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-27T23:34:56.637 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-27T23:34:56.637 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-27T23:34:56.638 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-27T23:34:56.638 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-27T23:34:56.638 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-27T23:34:56.639 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-27T23:34:56.639 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.table_properties_collectors: 2024-01-27T23:34:56.639 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.inplace_update_support: 0 2024-01-27T23:34:56.639 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-27T23:34:56.639 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-27T23:34:56.639 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-27T23:34:56.639 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-27T23:34:56.639 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.bloom_locality: 0 2024-01-27T23:34:56.639 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.max_successive_merges: 0 2024-01-27T23:34:56.639 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-27T23:34:56.639 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-27T23:34:56.639 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-27T23:34:56.639 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-27T23:34:56.639 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.ttl: 2592000 2024-01-27T23:34:56.640 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-27T23:34:56.640 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 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-01-27T23:34:56.640 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 2024-01-27T23:34:56.640 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-27T23:34:56.640 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 2024-01-27T23:34:56.640 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 systemd[1]: Started Ceph mon.smithi019 for 98e8295e-bd6c-11ee-95b2-87774f69a715. 2024-01-27T23:34:56.640 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706398496194727, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-27T23:34:56.640 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.193+0000 7fb39e159880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-27T23:34:56.640 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.194+0000 7fb39e159880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-01-27T23:34:56.640 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.194+0000 7fb39e159880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706398496195768, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 78191, "table_properties": {"data_size": 76485, "index_size": 311, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9283, "raw_average_key_size": 47, "raw_value_size": 71055, "raw_average_value_size": 364, "num_data_blocks": 10, "num_entries": 195, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1706398496, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-27T23:34:56.640 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.194+0000 7fb39e159880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-27T23:34:56.640 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 2024-01-27T23:34:56.640 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.195+0000 7fb39e159880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706398496196171, "job": 1, "event": "recovery_finished"} 2024-01-27T23:34:56.641 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.195+0000 7fb39e159880 4 rocksdb: DB pointer 0x561de55d9800 2024-01-27T23:34:56.641 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.196+0000 7fb384f4b700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-27T23:34:56.641 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.196+0000 7fb384f4b700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-27T23:34:56.641 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: ** DB Stats ** 2024-01-27T23:34:56.641 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-27T23:34:56.641 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-27T23:34:56.641 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-27T23:34:56.641 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-27T23:34:56.641 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-27T23:34:56.641 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-27T23:34:56.641 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-27T23:34:56.641 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 2024-01-27T23:34:56.641 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: ** Compaction Stats [default] ** 2024-01-27T23:34:56.641 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-27T23:34:56.641 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-27T23:34:56.642 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: L0 2/0 78.05 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 117.1 0.00 0.00 1 0.001 0 0 2024-01-27T23:34:56.642 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Sum 2/0 78.05 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 117.1 0.00 0.00 1 0.001 0 0 2024-01-27T23:34:56.642 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 117.1 0.00 0.00 1 0.001 0 0 2024-01-27T23:34:56.642 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 2024-01-27T23:34:56.642 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: ** Compaction Stats [default] ** 2024-01-27T23:34:56.642 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-27T23:34:56.642 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-27T23:34:56.642 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 117.1 0.00 0.00 1 0.001 0 0 2024-01-27T23:34:56.642 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-27T23:34:56.642 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-27T23:34:56.642 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-27T23:34:56.642 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: AddFile(Total Files): cumulative 0, interval 0 2024-01-27T23:34:56.643 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-27T23:34:56.643 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: AddFile(Keys): cumulative 0, interval 0 2024-01-27T23:34:56.643 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Cumulative compaction: 0.00 GB write, 25.56 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-27T23:34:56.643 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Interval compaction: 0.00 GB write, 25.56 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-27T23:34:56.643 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-27T23:34:56.643 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 2024-01-27T23:34:56.643 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: ** File Read Latency Histogram By Level [default] ** 2024-01-27T23:34:56.643 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 2024-01-27T23:34:56.643 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: ** Compaction Stats [default] ** 2024-01-27T23:34:56.643 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-27T23:34:56.643 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-27T23:34:56.643 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: L0 2/0 78.05 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 117.1 0.00 0.00 1 0.001 0 0 2024-01-27T23:34:56.643 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Sum 2/0 78.05 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 117.1 0.00 0.00 1 0.001 0 0 2024-01-27T23:34:56.643 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-27T23:34:56.644 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 2024-01-27T23:34:56.644 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: ** Compaction Stats [default] ** 2024-01-27T23:34:56.644 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-27T23:34:56.644 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-27T23:34:56.644 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 117.1 0.00 0.00 1 0.001 0 0 2024-01-27T23:34:56.644 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-27T23:34:56.644 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-27T23:34:56.644 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-27T23:34:56.644 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: AddFile(Total Files): cumulative 0, interval 0 2024-01-27T23:34:56.644 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-27T23:34:56.644 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: AddFile(Keys): cumulative 0, interval 0 2024-01-27T23:34:56.644 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Cumulative compaction: 0.00 GB write, 25.32 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-27T23:34:56.644 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-27T23:34:56.644 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-27T23:34:56.645 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 2024-01-27T23:34:56.645 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: ** File Read Latency Histogram By Level [default] ** 2024-01-27T23:34:56.645 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 2024-01-27T23:34:56.645 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.196+0000 7fb39e159880 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 98e8295e-bd6c-11ee-95b2-87774f69a715 2024-01-27T23:34:56.645 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.197+0000 7fb39e159880 1 mon.smithi019@-1(???) e1 preinit fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 2024-01-27T23:34:56.645 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.197+0000 7fb39e159880 0 mon.smithi019@-1(???).mds e1 new map 2024-01-27T23:34:56.645 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.197+0000 7fb39e159880 0 mon.smithi019@-1(???).mds e1 print_map 2024-01-27T23:34:56.645 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: e1 2024-01-27T23:34:56.645 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-27T23:34:56.645 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-27T23:34:56.645 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: legacy client fscid: -1 2024-01-27T23:34:56.645 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 2024-01-27T23:34:56.645 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: No filesystems configured 2024-01-27T23:34:56.645 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 2024-01-27T23:34:56.645 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.197+0000 7fb39e159880 0 mon.smithi019@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-27T23:34:56.646 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.197+0000 7fb39e159880 0 mon.smithi019@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-27T23:34:56.646 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.197+0000 7fb39e159880 0 mon.smithi019@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-27T23:34:56.646 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.197+0000 7fb39e159880 0 mon.smithi019@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-27T23:34:56.646 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:34:53.644355+0000 mon.smithi019 (mon.0) 8 : audit [INF] from='client.? 172.21.15.19:0/171264645' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-27T23:34:56.646 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:34:53.648158+0000 mon.smithi019 (mon.0) 9 : audit [INF] from='client.? 172.21.15.19:0/171264645' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-27T23:34:56.646 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:34:56.197+0000 7fb39e159880 1 mon.smithi019@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-27T23:34:56.646 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:34:56.214634+0000 mon.smithi019 (mon.0) 1 : cluster [INF] mon.smithi019 is new leader, mons smithi019 in quorum (ranks 0) 2024-01-27T23:34:56.646 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:34:56.214704+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-01-27T23:34:56.646 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:34:56.227916+0000 mon.smithi019 (mon.0) 3 : cluster [DBG] fsmap 2024-01-27T23:34:56.646 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:34:56.227976+0000 mon.smithi019 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-27T23:34:56.646 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:34:56.228544+0000 mon.smithi019 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-27T23:34:57.017 INFO:teuthology.orchestra.run.smithi019.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-27T23:34:57.017 INFO:teuthology.orchestra.run.smithi019.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-27T23:34:57.018 INFO:teuthology.orchestra.run.smithi019.stderr:Creating mgr... 2024-01-27T23:34:57.018 INFO:teuthology.orchestra.run.smithi019.stderr:Verifying port 9283 ... 2024-01-27T23:34:57.152 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Failed to reset failed state of unit ceph-98e8295e-bd6c-11ee-95b2-87774f69a715@mgr.smithi019.ehhwnq.service: Unit ceph-98e8295e-bd6c-11ee-95b2-87774f69a715@mgr.smithi019.ehhwnq.service not loaded. 2024-01-27T23:34:57.158 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Created symlink /etc/systemd/system/ceph-98e8295e-bd6c-11ee-95b2-87774f69a715.target.wants/ceph-98e8295e-bd6c-11ee-95b2-87774f69a715@mgr.smithi019.ehhwnq.service → /etc/systemd/system/ceph-98e8295e-bd6c-11ee-95b2-87774f69a715@.service. 2024-01-27T23:34:57.666 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: disabled 2024-01-27T23:34:57.674 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: inactive 2024-01-27T23:34:57.674 INFO:teuthology.orchestra.run.smithi019.stderr:firewalld.service is not enabled 2024-01-27T23:34:57.675 INFO:teuthology.orchestra.run.smithi019.stderr:Not possible to enable service . firewalld.service is not available 2024-01-27T23:34:57.682 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: disabled 2024-01-27T23:34:57.691 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: inactive 2024-01-27T23:34:57.691 INFO:teuthology.orchestra.run.smithi019.stderr:firewalld.service is not enabled 2024-01-27T23:34:57.692 INFO:teuthology.orchestra.run.smithi019.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-27T23:34:57.692 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for mgr to start... 2024-01-27T23:34:57.692 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for mgr... 2024-01-27T23:34:57.871 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:34:56.627167+0000 mon.smithi019 (mon.0) 6 : audit [INF] from='client.? 172.21.15.19:0/4211694288' entity='client.admin' 2024-01-27T23:34:58.119 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2024-01-27T23:34:58.120 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: { 2024-01-27T23:34:58.120 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "fsid": "98e8295e-bd6c-11ee-95b2-87774f69a715", 2024-01-27T23:34:58.120 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "health": { 2024-01-27T23:34:58.120 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-27T23:34:58.120 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "checks": {}, 2024-01-27T23:34:58.120 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "mutes": [] 2024-01-27T23:34:58.120 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-01-27T23:34:58.120 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-27T23:34:58.120 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum": [ 2024-01-27T23:34:58.120 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 0 2024-01-27T23:34:58.120 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2024-01-27T23:34:58.121 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-27T23:34:58.121 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "smithi019" 2024-01-27T23:34:58.121 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2024-01-27T23:34:58.121 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum_age": 1, 2024-01-27T23:34:58.121 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "monmap": { 2024-01-27T23:34:58.121 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T23:34:58.121 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-27T23:34:58.121 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-27T23:34:58.121 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-01-27T23:34:58.121 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osdmap": { 2024-01-27T23:34:58.121 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T23:34:58.121 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-27T23:34:58.121 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-27T23:34:58.121 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-27T23:34:58.121 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-27T23:34:58.125 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-27T23:34:58.125 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-27T23:34:58.125 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-01-27T23:34:58.125 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "pgmap": { 2024-01-27T23:34:58.125 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-27T23:34:58.125 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-27T23:34:58.125 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-27T23:34:58.125 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-27T23:34:58.125 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-27T23:34:58.125 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-27T23:34:58.125 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-27T23:34:58.125 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-27T23:34:58.125 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-01-27T23:34:58.125 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "fsmap": { 2024-01-27T23:34:58.126 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T23:34:58.126 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-27T23:34:58.126 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-27T23:34:58.126 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-01-27T23:34:58.126 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-27T23:34:58.126 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "available": false, 2024-01-27T23:34:58.126 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-27T23:34:58.126 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "modules": [ 2024-01-27T23:34:58.126 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "iostat", 2024-01-27T23:34:58.126 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "nfs", 2024-01-27T23:34:58.126 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "restful" 2024-01-27T23:34:58.126 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2024-01-27T23:34:58.126 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "services": {} 2024-01-27T23:34:58.126 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-01-27T23:34:58.126 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "servicemap": { 2024-01-27T23:34:58.127 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T23:34:58.127 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "modified": "2024-01-27T23:34:52.344399+0000", 2024-01-27T23:34:58.127 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "services": {} 2024-01-27T23:34:58.127 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-01-27T23:34:58.127 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-27T23:34:58.127 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: } 2024-01-27T23:34:58.472 INFO:teuthology.orchestra.run.smithi019.stderr:mgr not available, waiting (1/15)... 2024-01-27T23:34:58.871 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:34:58 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:34:58.121859+0000 mon.smithi019 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.19:0/3651768523' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-27T23:35:00.983 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2024-01-27T23:35:00.983 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: { 2024-01-27T23:35:00.983 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "fsid": "98e8295e-bd6c-11ee-95b2-87774f69a715", 2024-01-27T23:35:00.983 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "health": { 2024-01-27T23:35:00.983 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-27T23:35:00.983 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "checks": {}, 2024-01-27T23:35:00.983 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "mutes": [] 2024-01-27T23:35:00.983 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-01-27T23:35:00.984 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-27T23:35:00.984 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum": [ 2024-01-27T23:35:00.984 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 0 2024-01-27T23:35:00.984 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2024-01-27T23:35:00.984 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-27T23:35:00.984 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "smithi019" 2024-01-27T23:35:00.984 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2024-01-27T23:35:00.984 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum_age": 4, 2024-01-27T23:35:00.984 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "monmap": { 2024-01-27T23:35:00.984 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T23:35:00.984 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-27T23:35:00.984 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-27T23:35:00.984 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-01-27T23:35:00.984 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osdmap": { 2024-01-27T23:35:00.985 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T23:35:00.985 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-27T23:35:00.985 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-27T23:35:00.985 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-27T23:35:00.985 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-27T23:35:00.988 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-27T23:35:00.988 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-27T23:35:00.988 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-01-27T23:35:00.988 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "pgmap": { 2024-01-27T23:35:00.988 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-27T23:35:00.988 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-27T23:35:00.988 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-27T23:35:00.989 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-27T23:35:00.989 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-27T23:35:00.989 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-27T23:35:00.989 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-27T23:35:00.989 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-27T23:35:00.989 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-01-27T23:35:00.989 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "fsmap": { 2024-01-27T23:35:00.989 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T23:35:00.989 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-27T23:35:00.989 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-27T23:35:00.989 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-01-27T23:35:00.989 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-27T23:35:00.989 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "available": false, 2024-01-27T23:35:00.989 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-27T23:35:00.989 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "modules": [ 2024-01-27T23:35:00.989 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "iostat", 2024-01-27T23:35:00.990 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "nfs", 2024-01-27T23:35:00.990 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "restful" 2024-01-27T23:35:00.990 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2024-01-27T23:35:00.990 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "services": {} 2024-01-27T23:35:00.990 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-01-27T23:35:00.990 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "servicemap": { 2024-01-27T23:35:00.990 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T23:35:00.990 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "modified": "2024-01-27T23:34:52.344399+0000", 2024-01-27T23:35:00.990 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "services": {} 2024-01-27T23:35:00.990 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-01-27T23:35:00.990 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-27T23:35:00.990 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: } 2024-01-27T23:35:01.121 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:00 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:00.932715+0000 mon.smithi019 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.19:0/3756923001' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-27T23:35:02.294 INFO:teuthology.orchestra.run.smithi019.stderr:mgr not available, waiting (2/15)... 2024-01-27T23:35:03.621 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:35:03.189834+0000 mon.smithi019 (mon.0) 9 : cluster [INF] Activating manager daemon smithi019.ehhwnq 2024-01-27T23:35:03.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:35:03.192487+0000 mon.smithi019 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi019.ehhwnq(active, starting, since 0.00277847s) 2024-01-27T23:35:03.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:03.193252+0000 mon.smithi019 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.19:0/1778165981' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-27T23:35:03.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:03.193477+0000 mon.smithi019 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.19:0/1778165981' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-27T23:35:03.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:03.193629+0000 mon.smithi019 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.19:0/1778165981' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-27T23:35:03.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:03.193738+0000 mon.smithi019 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.19:0/1778165981' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mon metadata", "id": "smithi019"}]: dispatch 2024-01-27T23:35:03.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:03.194181+0000 mon.smithi019 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.19:0/1778165981' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mgr metadata", "who": "smithi019.ehhwnq", "id": "smithi019.ehhwnq"}]: dispatch 2024-01-27T23:35:03.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:35:03.207278+0000 mon.smithi019 (mon.0) 16 : cluster [INF] Manager daemon smithi019.ehhwnq is now available 2024-01-27T23:35:03.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:03.218348+0000 mon.smithi019 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.19:0/1778165981' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:35:03.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:03.221919+0000 mon.smithi019 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.19:0/1778165981' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.ehhwnq/mirror_snapshot_schedule"}]: dispatch 2024-01-27T23:35:03.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:03.224991+0000 mon.smithi019 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.19:0/1778165981' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.ehhwnq/trash_purge_schedule"}]: dispatch 2024-01-27T23:35:03.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:03.230891+0000 mon.smithi019 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.19:0/1778165981' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:35:03.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:03.236356+0000 mon.smithi019 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.19:0/1778165981' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:35:04.892 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2024-01-27T23:35:04.892 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: { 2024-01-27T23:35:04.892 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "fsid": "98e8295e-bd6c-11ee-95b2-87774f69a715", 2024-01-27T23:35:04.892 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "health": { 2024-01-27T23:35:04.892 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-27T23:35:04.892 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "checks": {}, 2024-01-27T23:35:04.893 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "mutes": [] 2024-01-27T23:35:04.893 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-01-27T23:35:04.893 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-27T23:35:04.893 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum": [ 2024-01-27T23:35:04.893 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 0 2024-01-27T23:35:04.893 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2024-01-27T23:35:04.893 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-27T23:35:04.893 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "smithi019" 2024-01-27T23:35:04.893 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2024-01-27T23:35:04.893 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum_age": 8, 2024-01-27T23:35:04.893 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "monmap": { 2024-01-27T23:35:04.894 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T23:35:04.894 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-27T23:35:04.894 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-27T23:35:04.894 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-01-27T23:35:04.894 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osdmap": { 2024-01-27T23:35:04.894 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T23:35:04.894 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-27T23:35:04.894 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-27T23:35:04.894 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-27T23:35:04.894 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-27T23:35:04.894 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-27T23:35:04.894 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-27T23:35:04.894 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-01-27T23:35:04.894 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "pgmap": { 2024-01-27T23:35:04.895 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-27T23:35:04.895 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-27T23:35:04.895 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-27T23:35:04.895 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-27T23:35:04.895 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-27T23:35:04.895 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-27T23:35:04.895 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-27T23:35:04.895 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-27T23:35:04.895 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-01-27T23:35:04.895 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "fsmap": { 2024-01-27T23:35:04.895 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T23:35:04.895 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-27T23:35:04.895 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-27T23:35:04.895 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-01-27T23:35:04.896 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-27T23:35:04.896 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "available": true, 2024-01-27T23:35:04.896 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-27T23:35:04.896 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "modules": [ 2024-01-27T23:35:04.896 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "iostat", 2024-01-27T23:35:04.896 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "nfs", 2024-01-27T23:35:04.896 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "restful" 2024-01-27T23:35:04.896 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2024-01-27T23:35:04.896 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "services": {} 2024-01-27T23:35:04.896 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-01-27T23:35:04.896 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "servicemap": { 2024-01-27T23:35:04.896 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T23:35:04.896 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "modified": "2024-01-27T23:34:52.344399+0000", 2024-01-27T23:35:04.897 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "services": {} 2024-01-27T23:35:04.897 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-01-27T23:35:04.897 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-27T23:35:04.897 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: } 2024-01-27T23:35:05.254 INFO:teuthology.orchestra.run.smithi019.stderr:mgr is available 2024-01-27T23:35:05.621 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:05 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:35:04.195625+0000 mon.smithi019 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi019.ehhwnq(active, since 1.00591s) 2024-01-27T23:35:05.621 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:05 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:04.891166+0000 mon.smithi019 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.19:0/920062106' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-27T23:35:05.792 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2024-01-27T23:35:05.792 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: [global] 2024-01-27T23:35:05.792 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: fsid = 98e8295e-bd6c-11ee-95b2-87774f69a715 2024-01-27T23:35:05.792 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-27T23:35:05.793 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-27T23:35:05.793 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-27T23:35:05.793 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-27T23:35:05.793 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2024-01-27T23:35:05.793 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: [mgr] 2024-01-27T23:35:05.793 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-27T23:35:05.793 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2024-01-27T23:35:05.793 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: [osd] 2024-01-27T23:35:05.793 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-27T23:35:05.793 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-27T23:35:06.155 INFO:teuthology.orchestra.run.smithi019.stderr:Enabling cephadm module... 2024-01-27T23:35:06.371 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:06 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:35:05.197238+0000 mon.smithi019 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi019.ehhwnq(active, since 2s) 2024-01-27T23:35:06.371 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:06 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:05.795508+0000 mon.smithi019 (mon.0) 25 : audit [INF] from='client.? 172.21.15.19:0/735937118' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-27T23:35:07.450 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:06.706987+0000 mon.smithi019 (mon.0) 26 : audit [INF] from='client.? 172.21.15.19:0/3996006866' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-27T23:35:08.172 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: { 2024-01-27T23:35:08.173 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 5, 2024-01-27T23:35:08.173 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "available": true, 2024-01-27T23:35:08.173 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "active_name": "smithi019.ehhwnq", 2024-01-27T23:35:08.173 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-27T23:35:08.173 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: } 2024-01-27T23:35:08.473 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:08 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:07.207181+0000 mon.smithi019 (mon.0) 27 : audit [INF] from='client.? 172.21.15.19:0/3996006866' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-27T23:35:08.473 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:08 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:35:07.207277+0000 mon.smithi019 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi019.ehhwnq(active, since 4s) 2024-01-27T23:35:08.473 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:08 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:08.177004+0000 mon.smithi019 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.19:0/2368908695' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-27T23:35:08.512 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for the mgr to restart... 2024-01-27T23:35:08.512 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for mgr epoch 5... 2024-01-27T23:35:13.122 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:12 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:35:12.833866+0000 mon.smithi019 (mon.0) 30 : cluster [INF] Active manager daemon smithi019.ehhwnq restarted 2024-01-27T23:35:13.122 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:12 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:35:12.834148+0000 mon.smithi019 (mon.0) 31 : cluster [INF] Activating manager daemon smithi019.ehhwnq 2024-01-27T23:35:13.122 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:12 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:35:12.839572+0000 mon.smithi019 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-27T23:35:13.122 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:12 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:35:12.839675+0000 mon.smithi019 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi019.ehhwnq(active, starting, since 0.00560861s) 2024-01-27T23:35:13.122 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:12 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:12.840609+0000 mon.smithi019 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.19:0/180344972' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mon metadata", "id": "smithi019"}]: dispatch 2024-01-27T23:35:13.122 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:12 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:12.841220+0000 mon.smithi019 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.19:0/180344972' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mgr metadata", "who": "smithi019.ehhwnq", "id": "smithi019.ehhwnq"}]: dispatch 2024-01-27T23:35:13.122 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:12 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:12.841867+0000 mon.smithi019 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.19:0/180344972' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-27T23:35:13.122 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:12 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:12.842038+0000 mon.smithi019 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.19:0/180344972' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-27T23:35:13.122 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:12 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:12.842169+0000 mon.smithi019 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.19:0/180344972' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-27T23:35:13.122 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:12 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:35:12.856212+0000 mon.smithi019 (mon.0) 39 : cluster [INF] Manager daemon smithi019.ehhwnq is now available 2024-01-27T23:35:13.122 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:12 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:12.868788+0000 mon.smithi019 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.19:0/180344972' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:35:13.841 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: { 2024-01-27T23:35:13.841 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-01-27T23:35:13.841 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "initialized": true 2024-01-27T23:35:13.841 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: } 2024-01-27T23:35:14.121 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:13 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:35:12.866094+0000 mgr.smithi019.ehhwnq (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-27T23:35:14.122 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:13 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:12.959320+0000 mon.smithi019 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.19:0/180344972' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:35:14.122 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:13 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:12.960299+0000 mon.smithi019 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.19:0/180344972' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:35:14.122 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:13 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:12.961722+0000 mon.smithi019 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.19:0/180344972' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:35:14.122 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:13 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:12.963892+0000 mon.smithi019 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.19:0/180344972' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:35:14.122 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:13 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:12.978028+0000 mon.smithi019 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.19:0/180344972' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.ehhwnq/mirror_snapshot_schedule"}]: dispatch 2024-01-27T23:35:14.122 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:13 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:12.980793+0000 mon.smithi019 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.19:0/180344972' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.ehhwnq/trash_purge_schedule"}]: dispatch 2024-01-27T23:35:14.122 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:13 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:35:13.839841+0000 mon.smithi019 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi019.ehhwnq(active, since 1.00577s) 2024-01-27T23:35:15.371 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:14 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:13.839268+0000 mgr.smithi019.ehhwnq (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-27T23:35:15.372 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:14 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:13.846002+0000 mgr.smithi019.ehhwnq (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-27T23:35:15.400 INFO:teuthology.orchestra.run.smithi019.stderr:mgr epoch 5 is available 2024-01-27T23:35:15.400 INFO:teuthology.orchestra.run.smithi019.stderr:Setting orchestrator backend to cephadm... 2024-01-27T23:35:16.038 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:35:14.962367+0000 mon.smithi019 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi019.ehhwnq(active, since 2s) 2024-01-27T23:35:18.066 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:17 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:16.759483+0000 mgr.smithi019.ehhwnq (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:35:18.066 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:17 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:16.763424+0000 mon.smithi019 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.19:0/180344972' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:35:18.066 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:17 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:16.792449+0000 mon.smithi019 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.19:0/180344972' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:35:19.474 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: value unchanged 2024-01-27T23:35:20.436 INFO:teuthology.orchestra.run.smithi019.stderr:Generating ssh key... 2024-01-27T23:35:20.545 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:20 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:19.478801+0000 mgr.smithi019.ehhwnq (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:35:21.966 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDmN07AtpIwjK/GNn/0xWxrbsSxg+PxuJn7MthMgjI1zz9rDq/Uhx4wxfdZshSUaI68OmSm+Ki52Ul0fyS+bdfG8t93TSUypke+MNov9EzQPwbfvpIrtmEUz5yF6B7vCZ44YzS7JXPTGVKwlI8agLct/jc+8oaqdTKQCxs6KxJsFpNAitBk7zJzmZRakFZjeMqKyd8lkgs7yg1KPc+NiTCq5rFaWauXt1HreMYWU5kQgtxiBO7ERlrgql4iNuglryEYqjwDg3fctKMicPFTV5jGglRTU1h/G87U7LHuV1XblZXR6wPLWQqBv2z7sT659nM9++8HueAxkjBAGC6XNhaghffFFoAOYBgpNc3FUddIRr8u20A3O3XfasN/JTpjn+mXas7EHoAZofNaRYjdz6PtsL/Tn2VNc5AMHrFuG8oaupIDRiX3my19JEkM2FT/PlXc7upNMurKU/LcjI68g0Buw9OL1WkPvez3HkWxyGmU8Pvas1KbAB81fGLrXukkUFM= ceph-98e8295e-bd6c-11ee-95b2-87774f69a715 2024-01-27T23:35:22.311 INFO:teuthology.orchestra.run.smithi019.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-27T23:35:22.312 INFO:teuthology.orchestra.run.smithi019.stderr:Adding key to root@localhost authorized_keys... 2024-01-27T23:35:22.312 INFO:teuthology.orchestra.run.smithi019.stderr:Adding host smithi019... 2024-01-27T23:35:22.372 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:22 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:20.969013+0000 mgr.smithi019.ehhwnq (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:35:22.372 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:22 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:35:20.969240+0000 mgr.smithi019.ehhwnq (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-01-27T23:35:22.372 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:22 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:21.064859+0000 mon.smithi019 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.19:0/180344972' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:35:22.372 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:22 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:21.066649+0000 mon.smithi019 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.19:0/180344972' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:35:23.371 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:21.971246+0000 mgr.smithi019.ehhwnq (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:35:23.507 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: Added host 'smithi019' with addr '172.21.15.19' 2024-01-27T23:35:23.825 INFO:teuthology.orchestra.run.smithi019.stderr:Deploying mon service with default placement... 2024-01-27T23:35:24.371 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:24 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:22.886577+0000 mgr.smithi019.ehhwnq (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-01-27T23:35:24.372 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:24 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:23.510208+0000 mon.smithi019 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.19:0/180344972' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:35:24.372 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:24 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:23.523741+0000 mon.smithi019 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.19:0/180344972' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:35:24.386 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-27T23:35:24.777 INFO:teuthology.orchestra.run.smithi019.stderr:Deploying mgr service with default placement... 2024-01-27T23:35:25.371 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:25 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:35:23.510505+0000 mgr.smithi019.ehhwnq (mgr.14116) 10 : cephadm [INF] Added host smithi019 2024-01-27T23:35:25.372 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:25 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:24.390916+0000 mon.smithi019 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.19:0/180344972' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:35:25.490 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-27T23:35:25.872 INFO:teuthology.orchestra.run.smithi019.stderr:Deploying crash service with default placement... 2024-01-27T23:35:26.121 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:26 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:24.387385+0000 mgr.smithi019.ehhwnq (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:35:26.122 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:26 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:35:24.388617+0000 mgr.smithi019.ehhwnq (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-27T23:35:26.122 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:26 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:25.265068+0000 mon.smithi019 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.19:0/180344972' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:35:26.122 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:26 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:25.494372+0000 mon.smithi019 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.19:0/180344972' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:35:26.122 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:26 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:25.509306+0000 mon.smithi019 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.19:0/180344972' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:35:26.426 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-27T23:35:26.885 INFO:teuthology.orchestra.run.smithi019.stderr:Deploying prometheus service with default placement... 2024-01-27T23:35:27.232 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:25.491287+0000 mgr.smithi019.ehhwnq (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:35:27.232 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:35:25.492185+0000 mgr.smithi019.ehhwnq (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-27T23:35:27.232 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:26.430565+0000 mon.smithi019 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.19:0/180344972' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:35:27.232 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:26.856594+0000 mon.smithi019 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.19:0/180344972' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:35:27.407 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-27T23:35:27.868 INFO:teuthology.orchestra.run.smithi019.stderr:Deploying grafana service with default placement... 2024-01-27T23:35:28.371 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:28 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:26.426785+0000 mgr.smithi019.ehhwnq (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:35:28.372 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:28 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:35:26.428200+0000 mgr.smithi019.ehhwnq (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-01-27T23:35:28.372 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:28 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:27.412416+0000 mon.smithi019 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.19:0/180344972' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:35:28.424 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-27T23:35:28.751 INFO:teuthology.orchestra.run.smithi019.stderr:Deploying node-exporter service with default placement... 2024-01-27T23:35:29.327 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-27T23:35:29.534 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:29 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:27.409253+0000 mgr.smithi019.ehhwnq (mgr.14116) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:35:29.534 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:29 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:35:27.410131+0000 mgr.smithi019.ehhwnq (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-27T23:35:29.534 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:29 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:28.428899+0000 mon.smithi019 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.19:0/180344972' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:35:29.702 INFO:teuthology.orchestra.run.smithi019.stderr:Deploying alertmanager service with default placement... 2024-01-27T23:35:30.233 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-27T23:35:30.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:30 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:28.425108+0000 mgr.smithi019.ehhwnq (mgr.14116) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:35:30.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:30 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:35:28.425900+0000 mgr.smithi019.ehhwnq (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-27T23:35:30.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:30 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:29.331649+0000 mon.smithi019 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.19:0/180344972' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:35:31.553 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:31 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:29.327805+0000 mgr.smithi019.ehhwnq (mgr.14116) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:35:31.553 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:31 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:35:29.328671+0000 mgr.smithi019.ehhwnq (mgr.14116) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-27T23:35:31.553 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:31 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:30.234792+0000 mgr.smithi019.ehhwnq (mgr.14116) 23 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:35:31.553 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:31 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:35:30.235654+0000 mgr.smithi019.ehhwnq (mgr.14116) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-27T23:35:31.553 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:31 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:30.238154+0000 mon.smithi019 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.19:0/180344972' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:35:32.686 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:32 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:31.528208+0000 mon.smithi019 (mon.0) 65 : audit [INF] from='client.? 172.21.15.19:0/2394972291' entity='client.admin' 2024-01-27T23:35:32.687 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:32 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:32.398699+0000 mon.smithi019 (mon.0) 66 : audit [INF] from='client.? 172.21.15.19:0/3907513327' entity='client.admin' 2024-01-27T23:35:32.734 INFO:teuthology.orchestra.run.smithi019.stderr:Enabling the dashboard module... 2024-01-27T23:35:34.097 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:33 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:35:32.843229+0000 mgr.smithi019.ehhwnq (mgr.14116) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:35:34.097 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:33 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:33.301636+0000 mon.smithi019 (mon.0) 67 : audit [INF] from='client.? 172.21.15.19:0/2030618963' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-27T23:35:34.756 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: { 2024-01-27T23:35:34.757 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 9, 2024-01-27T23:35:34.757 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "available": true, 2024-01-27T23:35:34.757 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "active_name": "smithi019.ehhwnq", 2024-01-27T23:35:34.757 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-27T23:35:34.757 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: } 2024-01-27T23:35:35.029 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:34 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:33.848232+0000 mon.smithi019 (mon.0) 68 : audit [INF] from='client.? 172.21.15.19:0/2030618963' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-27T23:35:35.029 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:34 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:35:33.848291+0000 mon.smithi019 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi019.ehhwnq(active, since 21s) 2024-01-27T23:35:35.029 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:34 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:34.760889+0000 mon.smithi019 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.19:0/2927933560' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-27T23:35:35.084 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for the mgr to restart... 2024-01-27T23:35:35.084 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for mgr epoch 9... 2024-01-27T23:35:39.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:35:39.469997+0000 mon.smithi019 (mon.0) 71 : cluster [INF] Active manager daemon smithi019.ehhwnq restarted 2024-01-27T23:35:39.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:35:39.470271+0000 mon.smithi019 (mon.0) 72 : cluster [INF] Activating manager daemon smithi019.ehhwnq 2024-01-27T23:35:39.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:35:39.473124+0000 mon.smithi019 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-27T23:35:39.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:35:39.473240+0000 mon.smithi019 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi019.ehhwnq(active, starting, since 0.00306455s) 2024-01-27T23:35:39.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:39.474233+0000 mon.smithi019 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.19:0/763455029' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mon metadata", "id": "smithi019"}]: dispatch 2024-01-27T23:35:39.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:39.474841+0000 mon.smithi019 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.19:0/763455029' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mgr metadata", "who": "smithi019.ehhwnq", "id": "smithi019.ehhwnq"}]: dispatch 2024-01-27T23:35:39.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:39.475607+0000 mon.smithi019 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.19:0/763455029' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-27T23:35:39.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:39.475850+0000 mon.smithi019 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.19:0/763455029' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-27T23:35:39.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:39.476085+0000 mon.smithi019 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.19:0/763455029' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-27T23:35:39.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:35:39.489683+0000 mon.smithi019 (mon.0) 80 : cluster [INF] Manager daemon smithi019.ehhwnq is now available 2024-01-27T23:35:40.476 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: { 2024-01-27T23:35:40.476 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-01-27T23:35:40.477 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "initialized": true 2024-01-27T23:35:40.477 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: } 2024-01-27T23:35:40.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:40 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:39.588038+0000 mon.smithi019 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.19:0/763455029' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:35:40.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:40 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:39.589507+0000 mon.smithi019 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.19:0/763455029' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:35:40.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:40 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:39.614663+0000 mon.smithi019 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.19:0/763455029' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.ehhwnq/mirror_snapshot_schedule"}]: dispatch 2024-01-27T23:35:40.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:40 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:39.618358+0000 mon.smithi019 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.19:0/763455029' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.ehhwnq/trash_purge_schedule"}]: dispatch 2024-01-27T23:35:40.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:40 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:40.461151+0000 mon.smithi019 (mon.0) 85 : audit [INF] from='mgr.14156 172.21.15.19:0/763455029' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:35:40.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:40 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:35:40.475183+0000 mon.smithi019 (mon.0) 86 : cluster [DBG] mgrmap e11: smithi019.ehhwnq(active, since 1.005s) 2024-01-27T23:35:40.825 INFO:teuthology.orchestra.run.smithi019.stderr:mgr epoch 9 is available 2024-01-27T23:35:40.825 INFO:teuthology.orchestra.run.smithi019.stderr:Generating a dashboard self-signed certificate... 2024-01-27T23:35:41.621 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:41 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:40.474992+0000 mgr.smithi019.ehhwnq (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-27T23:35:41.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:41 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:40.481081+0000 mgr.smithi019.ehhwnq (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-27T23:35:41.748 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-27T23:35:42.083 INFO:teuthology.orchestra.run.smithi019.stderr:Creating initial admin user... 2024-01-27T23:35:42.887 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$RLoeOQNor7KZ1Alq6yhE0OcAFffhZ1aBO6uKggsPiuEYuriBzY3CK", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1706398542, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-27T23:35:43.057 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:41.545234+0000 mgr.smithi019.ehhwnq (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:35:43.057 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:41.748355+0000 mon.smithi019 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.19:0/763455029' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:35:43.057 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:41.751979+0000 mon.smithi019 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.19:0/763455029' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:35:43.057 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:35:42.214986+0000 mon.smithi019 (mon.0) 89 : cluster [DBG] mgrmap e12: smithi019.ehhwnq(active, since 2s) 2024-01-27T23:35:43.216 INFO:teuthology.orchestra.run.smithi019.stderr:Fetching dashboard port number... 2024-01-27T23:35:43.735 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 8443 2024-01-27T23:35:44.020 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:42.647022+0000 mgr.smithi019.ehhwnq (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:35:44.021 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:42.891461+0000 mon.smithi019 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.19:0/763455029' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:35:44.021 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:43.740190+0000 mon.smithi019 (mon.0) 91 : audit [DBG] from='client.? 172.21.15.19:0/3183816279' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-27T23:35:44.092 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: disabled 2024-01-27T23:35:44.099 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: inactive 2024-01-27T23:35:44.100 INFO:teuthology.orchestra.run.smithi019.stderr:firewalld.service is not enabled 2024-01-27T23:35:44.100 INFO:teuthology.orchestra.run.smithi019.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-27T23:35:44.103 INFO:teuthology.orchestra.run.smithi019.stderr:Ceph Dashboard is now available at: 2024-01-27T23:35:44.103 INFO:teuthology.orchestra.run.smithi019.stderr: 2024-01-27T23:35:44.103 INFO:teuthology.orchestra.run.smithi019.stderr: URL: https://smithi019.front.sepia.ceph.com:8443/ 2024-01-27T23:35:44.103 INFO:teuthology.orchestra.run.smithi019.stderr: User: admin 2024-01-27T23:35:44.103 INFO:teuthology.orchestra.run.smithi019.stderr: Password: tgumf5y5uv 2024-01-27T23:35:44.103 INFO:teuthology.orchestra.run.smithi019.stderr: 2024-01-27T23:35:44.104 INFO:teuthology.orchestra.run.smithi019.stderr:Enabling autotune for osd_memory_target 2024-01-27T23:35:45.614 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-01-27T23:35:45.974 INFO:teuthology.orchestra.run.smithi019.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-01-27T23:35:45.974 INFO:teuthology.orchestra.run.smithi019.stderr: 2024-01-27T23:35:45.975 INFO:teuthology.orchestra.run.smithi019.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-27T23:35:45.975 INFO:teuthology.orchestra.run.smithi019.stderr: 2024-01-27T23:35:45.975 INFO:teuthology.orchestra.run.smithi019.stderr:Or, if you are only running a single cluster on this host: 2024-01-27T23:35:45.975 INFO:teuthology.orchestra.run.smithi019.stderr: 2024-01-27T23:35:45.975 INFO:teuthology.orchestra.run.smithi019.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-01-27T23:35:45.975 INFO:teuthology.orchestra.run.smithi019.stderr: 2024-01-27T23:35:45.975 INFO:teuthology.orchestra.run.smithi019.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-27T23:35:45.975 INFO:teuthology.orchestra.run.smithi019.stderr: 2024-01-27T23:35:45.975 INFO:teuthology.orchestra.run.smithi019.stderr: ceph telemetry on 2024-01-27T23:35:45.975 INFO:teuthology.orchestra.run.smithi019.stderr: 2024-01-27T23:35:45.975 INFO:teuthology.orchestra.run.smithi019.stderr:For more information see: 2024-01-27T23:35:45.975 INFO:teuthology.orchestra.run.smithi019.stderr: 2024-01-27T23:35:45.975 INFO:teuthology.orchestra.run.smithi019.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-01-27T23:35:45.975 INFO:teuthology.orchestra.run.smithi019.stderr: 2024-01-27T23:35:45.976 INFO:teuthology.orchestra.run.smithi019.stderr:Bootstrap complete. 2024-01-27T23:35:46.008 INFO:tasks.cephadm:Fetching config... 2024-01-27T23:35:46.008 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2024-01-27T23:35:46.008 DEBUG:teuthology.orchestra.run.smithi019:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-27T23:35:46.027 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-27T23:35:46.027 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2024-01-27T23:35:46.027 DEBUG:teuthology.orchestra.run.smithi019:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-27T23:35:46.088 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-27T23:35:46.088 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2024-01-27T23:35:46.088 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/var/lib/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/mon.smithi019/keyring of=/dev/stdout 2024-01-27T23:35:46.162 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-27T23:35:46.162 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2024-01-27T23:35:46.162 DEBUG:teuthology.orchestra.run.smithi019:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-27T23:35:46.221 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-27T23:35:46.221 DEBUG:teuthology.orchestra.run.smithi019:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDmN07AtpIwjK/GNn/0xWxrbsSxg+PxuJn7MthMgjI1zz9rDq/Uhx4wxfdZshSUaI68OmSm+Ki52Ul0fyS+bdfG8t93TSUypke+MNov9EzQPwbfvpIrtmEUz5yF6B7vCZ44YzS7JXPTGVKwlI8agLct/jc+8oaqdTKQCxs6KxJsFpNAitBk7zJzmZRakFZjeMqKyd8lkgs7yg1KPc+NiTCq5rFaWauXt1HreMYWU5kQgtxiBO7ERlrgql4iNuglryEYqjwDg3fctKMicPFTV5jGglRTU1h/G87U7LHuV1XblZXR6wPLWQqBv2z7sT659nM9++8HueAxkjBAGC6XNhaghffFFoAOYBgpNc3FUddIRr8u20A3O3XfasN/JTpjn+mXas7EHoAZofNaRYjdz6PtsL/Tn2VNc5AMHrFuG8oaupIDRiX3my19JEkM2FT/PlXc7upNMurKU/LcjI68g0Buw9OL1WkPvez3HkWxyGmU8Pvas1KbAB81fGLrXukkUFM= ceph-98e8295e-bd6c-11ee-95b2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-27T23:35:46.299 INFO:teuthology.orchestra.run.smithi019.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDmN07AtpIwjK/GNn/0xWxrbsSxg+PxuJn7MthMgjI1zz9rDq/Uhx4wxfdZshSUaI68OmSm+Ki52Ul0fyS+bdfG8t93TSUypke+MNov9EzQPwbfvpIrtmEUz5yF6B7vCZ44YzS7JXPTGVKwlI8agLct/jc+8oaqdTKQCxs6KxJsFpNAitBk7zJzmZRakFZjeMqKyd8lkgs7yg1KPc+NiTCq5rFaWauXt1HreMYWU5kQgtxiBO7ERlrgql4iNuglryEYqjwDg3fctKMicPFTV5jGglRTU1h/G87U7LHuV1XblZXR6wPLWQqBv2z7sT659nM9++8HueAxkjBAGC6XNhaghffFFoAOYBgpNc3FUddIRr8u20A3O3XfasN/JTpjn+mXas7EHoAZofNaRYjdz6PtsL/Tn2VNc5AMHrFuG8oaupIDRiX3my19JEkM2FT/PlXc7upNMurKU/LcjI68g0Buw9OL1WkPvez3HkWxyGmU8Pvas1KbAB81fGLrXukkUFM= ceph-98e8295e-bd6c-11ee-95b2-87774f69a715 2024-01-27T23:35:46.311 DEBUG:teuthology.orchestra.run.smithi040:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDmN07AtpIwjK/GNn/0xWxrbsSxg+PxuJn7MthMgjI1zz9rDq/Uhx4wxfdZshSUaI68OmSm+Ki52Ul0fyS+bdfG8t93TSUypke+MNov9EzQPwbfvpIrtmEUz5yF6B7vCZ44YzS7JXPTGVKwlI8agLct/jc+8oaqdTKQCxs6KxJsFpNAitBk7zJzmZRakFZjeMqKyd8lkgs7yg1KPc+NiTCq5rFaWauXt1HreMYWU5kQgtxiBO7ERlrgql4iNuglryEYqjwDg3fctKMicPFTV5jGglRTU1h/G87U7LHuV1XblZXR6wPLWQqBv2z7sT659nM9++8HueAxkjBAGC6XNhaghffFFoAOYBgpNc3FUddIRr8u20A3O3XfasN/JTpjn+mXas7EHoAZofNaRYjdz6PtsL/Tn2VNc5AMHrFuG8oaupIDRiX3my19JEkM2FT/PlXc7upNMurKU/LcjI68g0Buw9OL1WkPvez3HkWxyGmU8Pvas1KbAB81fGLrXukkUFM= ceph-98e8295e-bd6c-11ee-95b2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-27T23:35:46.356 INFO:teuthology.orchestra.run.smithi040.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDmN07AtpIwjK/GNn/0xWxrbsSxg+PxuJn7MthMgjI1zz9rDq/Uhx4wxfdZshSUaI68OmSm+Ki52Ul0fyS+bdfG8t93TSUypke+MNov9EzQPwbfvpIrtmEUz5yF6B7vCZ44YzS7JXPTGVKwlI8agLct/jc+8oaqdTKQCxs6KxJsFpNAitBk7zJzmZRakFZjeMqKyd8lkgs7yg1KPc+NiTCq5rFaWauXt1HreMYWU5kQgtxiBO7ERlrgql4iNuglryEYqjwDg3fctKMicPFTV5jGglRTU1h/G87U7LHuV1XblZXR6wPLWQqBv2z7sT659nM9++8HueAxkjBAGC6XNhaghffFFoAOYBgpNc3FUddIRr8u20A3O3XfasN/JTpjn+mXas7EHoAZofNaRYjdz6PtsL/Tn2VNc5AMHrFuG8oaupIDRiX3my19JEkM2FT/PlXc7upNMurKU/LcjI68g0Buw9OL1WkPvez3HkWxyGmU8Pvas1KbAB81fGLrXukkUFM= ceph-98e8295e-bd6c-11ee-95b2-87774f69a715 2024-01-27T23:35:46.369 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-27T23:35:46.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:35:45.547446+0000 mon.smithi019 (mon.0) 92 : cluster [DBG] mgrmap e13: smithi019.ehhwnq(active, since 6s) 2024-01-27T23:35:46.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:45.616175+0000 mon.smithi019 (mon.0) 93 : audit [INF] from='client.? 172.21.15.19:0/1879590438' entity='client.admin' 2024-01-27T23:35:48.653 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-01-27T23:35:48.653 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-01-27T23:35:49.159 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:48 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:47.887820+0000 mon.smithi019 (mon.0) 94 : audit [INF] from='mgr.14156 172.21.15.19:0/763455029' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:35:49.159 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:48 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:48.300259+0000 mon.smithi019 (mon.0) 95 : audit [INF] from='client.? 172.21.15.19:0/1700814060' entity='client.admin' 2024-01-27T23:35:50.122 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:49 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:49.030753+0000 mon.smithi019 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.19:0/763455029' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi019", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:35:50.122 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:49 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:49.036581+0000 mon.smithi019 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.19:0/763455029' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:35:50.545 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi040 2024-01-27T23:35:50.545 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-01-27T23:35:50.545 DEBUG:teuthology.orchestra.run.smithi040:> dd of=/etc/ceph/ceph.conf 2024-01-27T23:35:50.569 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-01-27T23:35:50.569 DEBUG:teuthology.orchestra.run.smithi040:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-27T23:35:50.630 INFO:tasks.cephadm:Adding host smithi040 to orchestrator... 2024-01-27T23:35:50.631 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch host add smithi040 2024-01-27T23:35:51.372 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:35:49.045202+0000 mgr.smithi019.ehhwnq (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi019 on smithi019 2024-01-27T23:35:51.372 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:50.181907+0000 mon.smithi019 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.19:0/763455029' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:35:52.372 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:50.179571+0000 mgr.smithi019.ehhwnq (mgr.14156) 6 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:35:56.011 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:54.654329+0000 mon.smithi019 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.19:0/763455029' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:35:56.011 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:54.655843+0000 mon.smithi019 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.19:0/763455029' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi019", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-27T23:35:56.011 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:54.658066+0000 mon.smithi019 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.19:0/763455029' entity='mgr.smithi019.ehhwnq' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi019", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-27T23:35:56.011 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:54.658644+0000 mon.smithi019 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.19:0/763455029' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:35:56.011 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:35:54.659121+0000 mgr.smithi019.ehhwnq (mgr.14156) 7 : cephadm [INF] Deploying daemon crash.smithi019 on smithi019 2024-01-27T23:35:57.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:56.163580+0000 mon.smithi019 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.19:0/763455029' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:35:57.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:56.269185+0000 mon.smithi019 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.19:0/763455029' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:35:57.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:56.270941+0000 mon.smithi019 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.19:0/763455029' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:35:57.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:56.272414+0000 mon.smithi019 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.19:0/763455029' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-27T23:35:57.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:56.272743+0000 mgr.smithi019.ehhwnq (mgr.14156) 8 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-27T23:35:57.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:56.274958+0000 mon.smithi019 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.19:0/763455029' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:35:57.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:35:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:35:56.282280+0000 mgr.smithi019.ehhwnq (mgr.14156) 9 : cephadm [INF] Deploying daemon grafana.smithi019 on smithi019 2024-01-27T23:36:00.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:00 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:35:59.476741+0000 mgr.smithi019.ehhwnq (mgr.14156) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:36:00.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:00 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:35:59.609612+0000 mon.smithi019 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.19:0/763455029' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:02.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:02 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:36:01.476961+0000 mgr.smithi019.ehhwnq (mgr.14156) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:36:04.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:04 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:36:03.477244+0000 mgr.smithi019.ehhwnq (mgr.14156) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:36:06.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:06 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:36:05.477498+0000 mgr.smithi019.ehhwnq (mgr.14156) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:36:08.712 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:08 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:36:07.477755+0000 mgr.smithi019.ehhwnq (mgr.14156) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:36:10.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:36:09.478013+0000 mgr.smithi019.ehhwnq (mgr.14156) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:36:10.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:09.560365+0000 mon.smithi019 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.19:0/763455029' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:10.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:36:09.562512+0000 mgr.smithi019.ehhwnq (mgr.14156) 16 : cephadm [INF] Deploying daemon node-exporter.smithi019 on smithi019 2024-01-27T23:36:10.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:09.616878+0000 mon.smithi019 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.19:0/763455029' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:12.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:12 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:36:11.478362+0000 mgr.smithi019.ehhwnq (mgr.14156) 17 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:36:12.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:12 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:12.008179+0000 mon.smithi019 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.19:0/763455029' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:12.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:12 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:12.010287+0000 mon.smithi019 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.19:0/763455029' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-27T23:36:14.372 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:14 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:13.010245+0000 mon.smithi019 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.19:0/763455029' entity='mgr.smithi019.ehhwnq' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-27T23:36:14.372 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:14 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:36:13.010306+0000 mon.smithi019 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi019.ehhwnq(active, since 33s) 2024-01-27T23:36:18.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:18 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:36:18.542067+0000 mon.smithi019 (mon.0) 115 : cluster [INF] Active manager daemon smithi019.ehhwnq restarted 2024-01-27T23:36:18.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:18 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:36:18.542291+0000 mon.smithi019 (mon.0) 116 : cluster [INF] Activating manager daemon smithi019.ehhwnq 2024-01-27T23:36:18.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:18 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:36:18.545729+0000 mon.smithi019 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-27T23:36:18.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:18 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:36:18.545834+0000 mon.smithi019 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi019.ehhwnq(active, starting, since 0.00362972s) 2024-01-27T23:36:18.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:18 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:18.546457+0000 mon.smithi019 (mon.0) 119 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mon metadata", "id": "smithi019"}]: dispatch 2024-01-27T23:36:18.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:18 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:18.547126+0000 mon.smithi019 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mgr metadata", "who": "smithi019.ehhwnq", "id": "smithi019.ehhwnq"}]: dispatch 2024-01-27T23:36:18.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:18 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:18.547779+0000 mon.smithi019 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-27T23:36:18.776 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:18 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:18.548022+0000 mon.smithi019 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-27T23:36:18.776 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:18 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:18.548265+0000 mon.smithi019 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-27T23:36:18.776 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:18 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:36:18.562341+0000 mon.smithi019 (mon.0) 124 : cluster [INF] Manager daemon smithi019.ehhwnq is now available 2024-01-27T23:36:19.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:18.662729+0000 mon.smithi019 (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:36:19.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:18.664442+0000 mon.smithi019 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:36:19.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:18.688669+0000 mon.smithi019 (mon.0) 127 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:19.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:18.699592+0000 mon.smithi019 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.ehhwnq/mirror_snapshot_schedule"}]: dispatch 2024-01-27T23:36:19.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:18.705678+0000 mon.smithi019 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.ehhwnq/trash_purge_schedule"}]: dispatch 2024-01-27T23:36:19.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:36:19.547144+0000 mon.smithi019 (mon.0) 130 : cluster [DBG] mgrmap e16: smithi019.ehhwnq(active, since 1.00494s) 2024-01-27T23:36:20.186 INFO:teuthology.orchestra.run.smithi040.stdout:Added host 'smithi040' with addr '172.21.15.40' 2024-01-27T23:36:20.528 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch host ls --format=json 2024-01-27T23:36:20.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:20 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:19.547212+0000 mgr.smithi019.ehhwnq (mgr.14180) 1 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi040", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:36:20.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:20 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:20.189429+0000 mon.smithi019 (mon.0) 131 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:21.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:21 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:36:20.189765+0000 mgr.smithi019.ehhwnq (mgr.14180) 2 : cephadm [INF] Added host smithi040 2024-01-27T23:36:21.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:21 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:21.116058+0000 mon.smithi019 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:21.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:21 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:36:21.190891+0000 mon.smithi019 (mon.0) 133 : cluster [DBG] mgrmap e17: smithi019.ehhwnq(active, since 2s) 2024-01-27T23:36:21.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:21 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:21.410199+0000 mon.smithi019 (mon.0) 134 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi019", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:36:21.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:21 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:21.411072+0000 mon.smithi019 (mon.0) 135 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:36:21.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:21 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:21.411662+0000 mon.smithi019 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T23:36:21.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:21 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:21.462638+0000 mon.smithi019 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:21.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:21 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:21.465651+0000 mon.smithi019 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:21.873 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-01-27T23:36:21.873 INFO:teuthology.orchestra.run.smithi040.stdout:[{"addr": "172.21.15.19", "hostname": "smithi019", "labels": [], "status": ""}, {"addr": "172.21.15.40", "hostname": "smithi040", "labels": [], "status": ""}] 2024-01-27T23:36:22.247 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-27T23:36:22.248 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph osd crush tunables default 2024-01-27T23:36:22.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:22 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:36:21.412763+0000 mgr.smithi019.ehhwnq (mgr.14180) 3 : cephadm [INF] Updating smithi019:/etc/ceph/ceph.conf 2024-01-27T23:36:22.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:22 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:36:21.434433+0000 mgr.smithi019.ehhwnq (mgr.14180) 4 : cephadm [INF] Updating smithi019:/etc/ceph/ceph.client.admin.keyring 2024-01-27T23:36:22.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:22 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:36:21.477429+0000 mgr.smithi019.ehhwnq (mgr.14180) 5 : cephadm [INF] Deploying daemon prometheus.smithi019 on smithi019 2024-01-27T23:36:22.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:22 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:21.877387+0000 mgr.smithi019.ehhwnq (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:36:24.239 INFO:teuthology.orchestra.run.smithi019.stderr:adjusted tunables profile to default 2024-01-27T23:36:24.565 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:24 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:24.185586+0000 mon.smithi019 (mon.0) 139 : audit [INF] from='client.? 172.21.15.19:0/3040306446' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-27T23:36:24.640 INFO:tasks.cephadm:Adding mon.smithi019 on smithi019 2024-01-27T23:36:24.641 INFO:tasks.cephadm:Adding mon.smithi040 on smithi040 2024-01-27T23:36:24.641 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch apply mon '2;smithi019:172.21.15.19=smithi019;smithi040:172.21.15.40=smithi040' 2024-01-27T23:36:25.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:25 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:24.240699+0000 mon.smithi019 (mon.0) 140 : audit [INF] from='client.? 172.21.15.19:0/3040306446' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-27T23:36:25.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:25 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:36:24.240751+0000 mon.smithi019 (mon.0) 141 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-27T23:36:26.006 INFO:teuthology.orchestra.run.smithi040.stdout:Scheduled mon update... 2024-01-27T23:36:26.383 DEBUG:teuthology.orchestra.run.smithi040:mon.smithi040> sudo journalctl -f -n 0 -u ceph-98e8295e-bd6c-11ee-95b2-87774f69a715@mon.smithi040.service 2024-01-27T23:36:26.385 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-27T23:36:26.385 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph mon dump -f json 2024-01-27T23:36:26.414 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:-- Logs begin at Sat 2024-01-27 23:27:15 UTC. -- 2024-01-27T23:36:27.372 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:26.005628+0000 mgr.smithi019.ehhwnq (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;smithi040:172.21.15.40=smithi040", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:36:27.372 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:36:26.007386+0000 mgr.smithi019.ehhwnq (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi019:172.21.15.19=smithi019;smithi040:172.21.15.40=smithi040;count:2 2024-01-27T23:36:27.372 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:26.009654+0000 mon.smithi019 (mon.0) 142 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:27.830 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-01-27T23:36:27.831 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":1,"fsid":"98e8295e-bd6c-11ee-95b2-87774f69a715","modified":"2024-01-27T23:34:50.340298Z","created":"2024-01-27T23:34:50.340298Z","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-01-27T23:36:27.833 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 1 2024-01-27T23:36:28.080 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:28 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:27.835092+0000 mon.smithi019 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.40:0/1389720670' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-27T23:36:29.198 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-27T23:36:29.198 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph mon dump -f json 2024-01-27T23:36:30.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:30 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:29.314887+0000 mon.smithi019 (mon.0) 144 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:30.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:30 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:29.315921+0000 mon.smithi019 (mon.0) 145 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:36:30.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:30 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:29.969737+0000 mon.smithi019 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:30.822 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-01-27T23:36:30.822 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":1,"fsid":"98e8295e-bd6c-11ee-95b2-87774f69a715","modified":"2024-01-27T23:34:50.340298Z","created":"2024-01-27T23:34:50.340298Z","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-01-27T23:36:30.824 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 1 2024-01-27T23:36:31.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:31 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:30.524370+0000 mon.smithi019 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:31.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:31 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:30.826481+0000 mon.smithi019 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.40:0/1687693884' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-27T23:36:32.568 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-27T23:36:32.569 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph mon dump -f json 2024-01-27T23:36:32.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:32 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:31.550718+0000 mon.smithi019 (mon.0) 149 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:34.099 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-01-27T23:36:34.099 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":1,"fsid":"98e8295e-bd6c-11ee-95b2-87774f69a715","modified":"2024-01-27T23:34:50.340298Z","created":"2024-01-27T23:34:50.340298Z","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-01-27T23:36:34.101 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 1 2024-01-27T23:36:34.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:34 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:33.184826+0000 mon.smithi019 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:34.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:34 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:33.691438+0000 mon.smithi019 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:34.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:34 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:34.103191+0000 mon.smithi019 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.40:0/2483755052' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-27T23:36:35.475 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-27T23:36:35.475 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph mon dump -f json 2024-01-27T23:36:35.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:35 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:34.538270+0000 mon.smithi019 (mon.0) 153 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:35.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:35 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:34.539099+0000 mon.smithi019 (mon.0) 154 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:36:35.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:35 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:34.540167+0000 mon.smithi019 (mon.0) 155 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:36:35.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:35 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:34.541102+0000 mon.smithi019 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T23:36:35.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:35 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:36:34.542436+0000 mgr.smithi019.ehhwnq (mgr.14180) 9 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2024-01-27T23:36:35.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:35 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:36:34.560969+0000 mgr.smithi019.ehhwnq (mgr.14180) 10 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2024-01-27T23:36:35.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:35 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:34.589745+0000 mon.smithi019 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:35.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:35 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:34.593128+0000 mon.smithi019 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:35.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:35 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:34.594902+0000 mon.smithi019 (mon.0) 159 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi040", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-27T23:36:35.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:35 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:34.597715+0000 mon.smithi019 (mon.0) 160 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi040", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-27T23:36:35.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:35 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:34.598535+0000 mon.smithi019 (mon.0) 161 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:36:35.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:35 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:36:34.599249+0000 mgr.smithi019.ehhwnq (mgr.14180) 11 : cephadm [INF] Deploying daemon crash.smithi040 on smithi040 2024-01-27T23:36:37.162 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-01-27T23:36:37.162 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":1,"fsid":"98e8295e-bd6c-11ee-95b2-87774f69a715","modified":"2024-01-27T23:34:50.340298Z","created":"2024-01-27T23:34:50.340298Z","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-01-27T23:36:37.164 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 1 2024-01-27T23:36:38.122 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:37 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:36.732695+0000 mon.smithi019 (mon.0) 162 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:38.122 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:37 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:36.735068+0000 mon.smithi019 (mon.0) 163 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi040.bqazan", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-27T23:36:38.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:37 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:36.738214+0000 mon.smithi019 (mon.0) 164 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi040.bqazan", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-27T23:36:38.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:37 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:36.739047+0000 mon.smithi019 (mon.0) 165 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-27T23:36:38.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:37 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:36.739989+0000 mon.smithi019 (mon.0) 166 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:36:38.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:37 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:36:36.740697+0000 mgr.smithi019.ehhwnq (mgr.14180) 12 : cephadm [INF] Deploying daemon mgr.smithi040.bqazan on smithi040 2024-01-27T23:36:38.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:37 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:37.166375+0000 mon.smithi019 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.40:0/1653356864' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-27T23:36:38.599 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-27T23:36:38.599 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph mon dump -f json 2024-01-27T23:36:39.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:38.435843+0000 mon.smithi019 (mon.0) 168 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:39.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:38.438002+0000 mon.smithi019 (mon.0) 169 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-27T23:36:39.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:38.438889+0000 mon.smithi019 (mon.0) 170 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:36:39.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:36:38.439665+0000 mgr.smithi019.ehhwnq (mgr.14180) 13 : cephadm [INF] Deploying daemon mon.smithi040 on smithi040 2024-01-27T23:36:39.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:36:38.549079+0000 mgr.smithi019.ehhwnq (mgr.14180) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:36:39.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:38.696596+0000 mon.smithi019 (mon.0) 171 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:40.396 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-01-27T23:36:40.396 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":1,"fsid":"98e8295e-bd6c-11ee-95b2-87774f69a715","modified":"2024-01-27T23:34:50.340298Z","created":"2024-01-27T23:34:50.340298Z","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-01-27T23:36:40.398 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 1 2024-01-27T23:36:40.744 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:40 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:40.400129+0000 mon.smithi019 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.40:0/2024416502' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-27T23:36:40.965 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:40 smithi040 systemd[1]: Starting Ceph mon.smithi040 for 98e8295e-bd6c-11ee-95b2-87774f69a715... 2024-01-27T23:36:41.448 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.173+0000 7f318ca6f880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-27T23:36:41.448 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.173+0000 7f318ca6f880 0 ceph version 16.2.14-508-ga72a5dac (a72a5dace2353a54147d37bd2699a2a482507966) pacific (stable), process ceph-mon, pid 7 2024-01-27T23:36:41.448 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.173+0000 7f318ca6f880 0 pidfile_write: ignore empty --pid-file 2024-01-27T23:36:41.448 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 bash[39838]: b1dfcf063abd21942750bf099b0573f817997cb86b55bbe3f07e4f9593268241 2024-01-27T23:36:41.448 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.178+0000 7f318ca6f880 0 load: jerasure load: lrc load: isa 2024-01-27T23:36:41.448 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: RocksDB version: 6.8.1 2024-01-27T23:36:41.449 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 2024-01-27T23:36:41.449 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-27T23:36:41.449 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Compile date Jan 25 2024 2024-01-27T23:36:41.449 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: DB SUMMARY 2024-01-27T23:36:41.449 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 2024-01-27T23:36:41.449 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: CURRENT file: CURRENT 2024-01-27T23:36:41.449 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 2024-01-27T23:36:41.449 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-27T23:36:41.449 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 2024-01-27T23:36:41.449 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-01-27T23:36:41.449 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 2024-01-27T23:36:41.449 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi040/store.db dir, Total Num: 0, files: 2024-01-27T23:36:41.449 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 2024-01-27T23:36:41.449 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi040/store.db: 000003.log size: 511 ; 2024-01-27T23:36:41.450 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 2024-01-27T23:36:41.450 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.error_if_exists: 0 2024-01-27T23:36:41.450 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.create_if_missing: 0 2024-01-27T23:36:41.450 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.paranoid_checks: 1 2024-01-27T23:36:41.450 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.env: 0x562013717080 2024-01-27T23:36:41.450 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.fs: Posix File System 2024-01-27T23:36:41.450 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.info_log: 0x562015a4bd20 2024-01-27T23:36:41.450 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-27T23:36:41.450 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.statistics: (nil) 2024-01-27T23:36:41.450 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.use_fsync: 0 2024-01-27T23:36:41.450 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.max_log_file_size: 0 2024-01-27T23:36:41.450 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-27T23:36:41.450 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-27T23:36:41.450 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-27T23:36:41.450 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-27T23:36:41.451 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.allow_fallocate: 1 2024-01-27T23:36:41.451 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-27T23:36:41.451 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-27T23:36:41.451 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.use_direct_reads: 0 2024-01-27T23:36:41.451 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-27T23:36:41.451 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-27T23:36:41.451 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.db_log_dir: 2024-01-27T23:36:41.451 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi040/store.db 2024-01-27T23:36:41.451 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-27T23:36:41.451 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.max_subcompactions: 1 2024-01-27T23:36:41.451 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.max_background_flushes: -1 2024-01-27T23:36:41.451 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-27T23:36:41.451 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-27T23:36:41.451 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-27T23:36:41.452 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-27T23:36:41.452 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-27T23:36:41.452 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-27T23:36:41.452 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-27T23:36:41.452 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.write_buffer_manager: 0x5620166a2480 2024-01-27T23:36:41.452 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-27T23:36:41.452 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-27T23:36:41.452 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-27T23:36:41.452 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-27T23:36:41.452 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-27T23:36:41.452 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-27T23:36:41.452 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-27T23:36:41.452 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-27T23:36:41.452 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-27T23:36:41.453 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.unordered_write: 0 2024-01-27T23:36:41.453 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-27T23:36:41.453 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-27T23:36:41.453 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-27T23:36:41.453 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-27T23:36:41.453 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.row_cache: None 2024-01-27T23:36:41.453 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.wal_filter: None 2024-01-27T23:36:41.453 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-27T23:36:41.453 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-27T23:36:41.453 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.preserve_deletes: 0 2024-01-27T23:36:41.453 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.two_write_queues: 0 2024-01-27T23:36:41.453 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-27T23:36:41.453 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.atomic_flush: 0 2024-01-27T23:36:41.453 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-27T23:36:41.453 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-27T23:36:41.453 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-27T23:36:41.454 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.log_readahead_size: 0 2024-01-27T23:36:41.454 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-27T23:36:41.454 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.max_background_jobs: 2 2024-01-27T23:36:41.454 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.max_background_compactions: -1 2024-01-27T23:36:41.454 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-27T23:36:41.454 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-27T23:36:41.454 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-27T23:36:41.454 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-27T23:36:41.454 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-27T23:36:41.454 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-27T23:36:41.454 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-27T23:36:41.454 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-27T23:36:41.454 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.max_open_files: -1 2024-01-27T23:36:41.454 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-27T23:36:41.454 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-27T23:36:41.454 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-27T23:36:41.455 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-27T23:36:41.455 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Compression algorithms supported: 2024-01-27T23:36:41.455 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-27T23:36:41.455 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: kZSTD supported: 0 2024-01-27T23:36:41.455 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: kXpressCompression supported: 0 2024-01-27T23:36:41.455 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-27T23:36:41.455 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: kLZ4Compression supported: 1 2024-01-27T23:36:41.455 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: kBZip2Compression supported: 0 2024-01-27T23:36:41.455 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: kZlibCompression supported: 1 2024-01-27T23:36:41.455 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: kSnappyCompression supported: 1 2024-01-27T23:36:41.455 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-27T23:36:41.455 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi040/store.db/MANIFEST-000001 2024-01-27T23:36:41.455 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 2024-01-27T23:36:41.455 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-27T23:36:41.455 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 2024-01-27T23:36:41.455 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-27T23:36:41.456 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.merge_operator: 2024-01-27T23:36:41.456 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.compaction_filter: None 2024-01-27T23:36:41.456 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-27T23:36:41.456 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-27T23:36:41.456 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-27T23:36:41.456 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5620159fbd28) 2024-01-27T23:36:41.456 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cache_index_and_filter_blocks: 1 2024-01-27T23:36:41.456 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-27T23:36:41.456 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-27T23:36:41.456 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: pin_top_level_index_and_filter: 1 2024-01-27T23:36:41.456 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: index_type: 0 2024-01-27T23:36:41.456 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: data_block_index_type: 0 2024-01-27T23:36:41.456 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: index_shortening: 1 2024-01-27T23:36:41.456 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: data_block_hash_table_util_ratio: 0.750000 2024-01-27T23:36:41.456 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: hash_index_allow_collision: 1 2024-01-27T23:36:41.457 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: checksum: 1 2024-01-27T23:36:41.457 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: no_block_cache: 0 2024-01-27T23:36:41.457 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: block_cache: 0x562015a30f10 2024-01-27T23:36:41.457 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: block_cache_name: BinnedLRUCache 2024-01-27T23:36:41.457 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: block_cache_options: 2024-01-27T23:36:41.457 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: capacity : 536870912 2024-01-27T23:36:41.457 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: num_shard_bits : 4 2024-01-27T23:36:41.457 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: strict_capacity_limit : 0 2024-01-27T23:36:41.457 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: high_pri_pool_ratio: 0.000 2024-01-27T23:36:41.457 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: block_cache_compressed: (nil) 2024-01-27T23:36:41.457 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: persistent_cache: (nil) 2024-01-27T23:36:41.457 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: block_size: 4096 2024-01-27T23:36:41.457 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: block_size_deviation: 10 2024-01-27T23:36:41.457 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: block_restart_interval: 16 2024-01-27T23:36:41.457 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: index_block_restart_interval: 1 2024-01-27T23:36:41.458 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: metadata_block_size: 4096 2024-01-27T23:36:41.458 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: partition_filters: 0 2024-01-27T23:36:41.458 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: use_delta_encoding: 1 2024-01-27T23:36:41.458 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-27T23:36:41.458 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: whole_key_filtering: 1 2024-01-27T23:36:41.458 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: verify_compression: 0 2024-01-27T23:36:41.458 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: read_amp_bytes_per_bit: 0 2024-01-27T23:36:41.458 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: format_version: 2 2024-01-27T23:36:41.458 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: enable_index_compression: 1 2024-01-27T23:36:41.458 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: block_align: 0 2024-01-27T23:36:41.458 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 2024-01-27T23:36:41.458 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-27T23:36:41.458 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-27T23:36:41.458 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.compression: NoCompression 2024-01-27T23:36:41.458 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-27T23:36:41.458 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-27T23:36:41.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-27T23:36:41.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.num_levels: 7 2024-01-27T23:36:41.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-27T23:36:41.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-27T23:36:41.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-27T23:36:41.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-27T23:36:41.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-27T23:36:41.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-27T23:36:41.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-27T23:36:41.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-27T23:36:41.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-27T23:36:41.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-27T23:36:41.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-27T23:36:41.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-27T23:36:41.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-27T23:36:41.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-27T23:36:41.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-27T23:36:41.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-27T23:36:41.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-27T23:36:41.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-27T23:36:41.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-27T23:36:41.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-27T23:36:41.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-27T23:36:41.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-27T23:36:41.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-27T23:36:41.461 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-27T23:36:41.461 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-27T23:36:41.461 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-27T23:36:41.461 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-27T23:36:41.462 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-27T23:36:41.462 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-27T23:36:41.462 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-27T23:36:41.462 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-27T23:36:41.462 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-27T23:36:41.462 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-27T23:36:41.462 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-27T23:36:41.462 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-27T23:36:41.462 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-27T23:36:41.462 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-27T23:36:41.462 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-27T23:36:41.462 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-27T23:36:41.462 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-27T23:36:41.462 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-27T23:36:41.463 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-27T23:36:41.463 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-27T23:36:41.463 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-27T23:36:41.463 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-27T23:36:41.463 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-27T23:36:41.463 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-27T23:36:41.463 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.table_properties_collectors: 2024-01-27T23:36:41.463 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.inplace_update_support: 0 2024-01-27T23:36:41.463 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-27T23:36:41.463 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-27T23:36:41.463 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-27T23:36:41.463 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-27T23:36:41.463 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.bloom_locality: 0 2024-01-27T23:36:41.463 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.max_successive_merges: 0 2024-01-27T23:36:41.463 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-27T23:36:41.463 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-27T23:36:41.464 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-27T23:36:41.464 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-27T23:36:41.464 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.ttl: 2592000 2024-01-27T23:36:41.464 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.179+0000 7f318ca6f880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-27T23:36:41.464 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.180+0000 7f318ca6f880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi040/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-27T23:36:41.464 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 2024-01-27T23:36:41.464 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.180+0000 7f318ca6f880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-27T23:36:41.464 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 2024-01-27T23:36:41.464 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 systemd[1]: Started Ceph mon.smithi040 for 98e8295e-bd6c-11ee-95b2-87774f69a715. 2024-01-27T23:36:41.464 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.180+0000 7f318ca6f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706398601181396, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-01-27T23:36:41.465 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.180+0000 7f318ca6f880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-01-27T23:36:41.465 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.180+0000 7f318ca6f880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-01-27T23:36:41.465 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.181+0000 7f318ca6f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706398601182149, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1437, "table_properties": {"data_size": 523, "index_size": 40, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1706398601, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-27T23:36:41.465 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.181+0000 7f318ca6f880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-01-27T23:36:41.465 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 2024-01-27T23:36:41.465 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.181+0000 7f318ca6f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706398601182688, "job": 1, "event": "recovery_finished"} 2024-01-27T23:36:41.465 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.182+0000 7f318ca6f880 4 rocksdb: DB pointer 0x562015af9800 2024-01-27T23:36:41.465 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.183+0000 7f3173861700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-27T23:36:41.465 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.183+0000 7f3173861700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-27T23:36:41.465 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: ** DB Stats ** 2024-01-27T23:36:41.465 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-27T23:36:41.465 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-27T23:36:41.465 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-27T23:36:41.465 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-27T23:36:41.465 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-27T23:36:41.466 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-27T23:36:41.466 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-27T23:36:41.466 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 2024-01-27T23:36:41.466 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: ** Compaction Stats [default] ** 2024-01-27T23:36:41.466 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-27T23:36:41.466 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-27T23:36:41.466 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.0 0.00 0.00 1 0.001 0 0 2024-01-27T23:36:41.466 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.0 0.00 0.00 1 0.001 0 0 2024-01-27T23:36:41.466 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.0 0.00 0.00 1 0.001 0 0 2024-01-27T23:36:41.466 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 2024-01-27T23:36:41.466 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: ** Compaction Stats [default] ** 2024-01-27T23:36:41.466 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-27T23:36:41.466 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-27T23:36:41.466 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 0.00 0.00 1 0.001 0 0 2024-01-27T23:36:41.466 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-27T23:36:41.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-27T23:36:41.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-27T23:36:41.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: AddFile(Total Files): cumulative 0, interval 0 2024-01-27T23:36:41.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-27T23:36:41.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: AddFile(Keys): cumulative 0, interval 0 2024-01-27T23:36:41.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Cumulative compaction: 0.00 GB write, 0.42 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-27T23:36:41.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Interval compaction: 0.00 GB write, 0.42 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-27T23:36:41.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-27T23:36:41.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 2024-01-27T23:36:41.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: ** File Read Latency Histogram By Level [default] ** 2024-01-27T23:36:41.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 2024-01-27T23:36:41.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: ** Compaction Stats [default] ** 2024-01-27T23:36:41.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-27T23:36:41.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-27T23:36:41.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.0 0.00 0.00 1 0.001 0 0 2024-01-27T23:36:41.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.0 0.00 0.00 1 0.001 0 0 2024-01-27T23:36:41.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-27T23:36:41.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 2024-01-27T23:36:41.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: ** Compaction Stats [default] ** 2024-01-27T23:36:41.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-27T23:36:41.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-27T23:36:41.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 0.00 0.00 1 0.001 0 0 2024-01-27T23:36:41.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-27T23:36:41.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-27T23:36:41.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-27T23:36:41.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: AddFile(Total Files): cumulative 0, interval 0 2024-01-27T23:36:41.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-27T23:36:41.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: AddFile(Keys): cumulative 0, interval 0 2024-01-27T23:36:41.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Cumulative compaction: 0.00 GB write, 0.41 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-27T23:36:41.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-27T23:36:41.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-27T23:36:41.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 2024-01-27T23:36:41.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: ** File Read Latency Histogram By Level [default] ** 2024-01-27T23:36:41.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 2024-01-27T23:36:41.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.183+0000 7f318ca6f880 0 mon.smithi040 does not exist in monmap, will attempt to join an existing cluster 2024-01-27T23:36:41.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.183+0000 7f318ca6f880 0 using public_addr v2:172.21.15.40:0/0 -> [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] 2024-01-27T23:36:41.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.184+0000 7f318ca6f880 0 starting mon.smithi040 rank -1 at public addrs [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] at bind addrs [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi040 fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 2024-01-27T23:36:41.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.185+0000 7f318ca6f880 1 mon.smithi040@-1(???) e0 preinit fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 2024-01-27T23:36:41.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.212+0000 7f3176066700 0 mon.smithi040@-1(synchronizing).mds e1 new map 2024-01-27T23:36:41.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.212+0000 7f3176066700 0 mon.smithi040@-1(synchronizing).mds e1 print_map 2024-01-27T23:36:41.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: e1 2024-01-27T23:36:41.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-27T23:36:41.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-27T23:36:41.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: legacy client fscid: -1 2024-01-27T23:36:41.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 2024-01-27T23:36:41.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: No filesystems configured 2024-01-27T23:36:41.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 2024-01-27T23:36:41.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.212+0000 7f3176066700 1 mon.smithi040@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-01-27T23:36:41.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.213+0000 7f3176066700 1 mon.smithi040@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-01-27T23:36:41.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.213+0000 7f3176066700 1 mon.smithi040@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-01-27T23:36:41.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.213+0000 7f3176066700 1 mon.smithi040@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-01-27T23:36:41.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.213+0000 7f3176066700 1 mon.smithi040@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-01-27T23:36:41.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.213+0000 7f3176066700 1 mon.smithi040@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-01-27T23:36:41.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.213+0000 7f3176066700 1 mon.smithi040@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-01-27T23:36:41.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.213+0000 7f3176066700 0 mon.smithi040@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-27T23:36:41.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.213+0000 7f3176066700 0 mon.smithi040@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-27T23:36:41.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.213+0000 7f3176066700 0 mon.smithi040@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-27T23:36:41.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.213+0000 7f3176066700 0 mon.smithi040@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-27T23:36:41.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:36:40.400129+0000 mon.smithi019 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.40:0/2024416502' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-27T23:36:41.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:36:41.213+0000 7f3176066700 1 mon.smithi040@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-01-27T23:36:41.762 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-27T23:36:41.763 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph mon dump -f json 2024-01-27T23:36:46.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:41.227405+0000 mon.smithi019 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mon metadata", "id": "smithi019"}]: dispatch 2024-01-27T23:36:46.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:41.227591+0000 mon.smithi019 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-01-27T23:36:46.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:36:41.227720+0000 mon.smithi019 (mon.0) 176 : cluster [INF] mon.smithi019 calling monitor election 2024-01-27T23:36:46.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:42.218504+0000 mon.smithi019 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-01-27T23:36:46.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:36:42.549954+0000 mgr.smithi019.ehhwnq (mgr.14180) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:36:46.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:43.218290+0000 mon.smithi019 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-01-27T23:36:46.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:36:43.219486+0000 mon.smithi040 (mon.1) 1 : cluster [INF] mon.smithi040 calling monitor election 2024-01-27T23:36:46.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:44.133904+0000 mon.smithi019 (mon.0) 179 : audit [DBG] from='mgr.? 172.21.15.40:0/3946894418' entity='mgr.smithi040.bqazan' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi040.bqazan/crt"}]: dispatch 2024-01-27T23:36:46.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:44.218532+0000 mon.smithi019 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-01-27T23:36:46.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:36:44.550295+0000 mgr.smithi019.ehhwnq (mgr.14180) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:36:46.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:45.218752+0000 mon.smithi019 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-01-27T23:36:46.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:46.218877+0000 mon.smithi019 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-01-27T23:36:46.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:36:46.256940+0000 mon.smithi019 (mon.0) 183 : cluster [INF] mon.smithi019 is new leader, mons smithi019,smithi040 in quorum (ranks 0,1) 2024-01-27T23:36:46.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:36:46.262186+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],smithi040=[v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0]} removed_ranks: {} 2024-01-27T23:36:46.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:36:46.274318+0000 mon.smithi019 (mon.0) 185 : cluster [DBG] fsmap 2024-01-27T23:36:46.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:36:46.274370+0000 mon.smithi019 (mon.0) 186 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-27T23:36:46.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:36:46.274601+0000 mon.smithi019 (mon.0) 187 : cluster [DBG] mgrmap e17: smithi019.ehhwnq(active, since 27s) 2024-01-27T23:36:46.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:36:46.275689+0000 mon.smithi019 (mon.0) 188 : cluster [DBG] Standby manager daemon smithi040.bqazan started 2024-01-27T23:36:46.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:46.276717+0000 mon.smithi019 (mon.0) 189 : audit [DBG] from='mgr.? 172.21.15.40:0/3946894418' entity='mgr.smithi040.bqazan' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-27T23:36:46.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:36:46.279491+0000 mon.smithi019 (mon.0) 190 : cluster [INF] overall HEALTH_OK 2024-01-27T23:36:46.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:46.281057+0000 mon.smithi019 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.40:0/3946894418' entity='mgr.smithi040.bqazan' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi040.bqazan/key"}]: dispatch 2024-01-27T23:36:46.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:46.281563+0000 mon.smithi019 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.40:0/3946894418' entity='mgr.smithi040.bqazan' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-27T23:36:46.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:46.285023+0000 mon.smithi019 (mon.0) 193 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:46.625 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:36:41.227405+0000 mon.smithi019 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mon metadata", "id": "smithi019"}]: dispatch 2024-01-27T23:36:46.625 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:36:41.227591+0000 mon.smithi019 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-01-27T23:36:46.625 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:36:41.227720+0000 mon.smithi019 (mon.0) 176 : cluster [INF] mon.smithi019 calling monitor election 2024-01-27T23:36:46.625 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:36:42.218504+0000 mon.smithi019 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-01-27T23:36:46.625 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:36:42.549954+0000 mgr.smithi019.ehhwnq (mgr.14180) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:36:46.625 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:36:43.218290+0000 mon.smithi019 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-01-27T23:36:46.625 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:36:43.219486+0000 mon.smithi040 (mon.1) 1 : cluster [INF] mon.smithi040 calling monitor election 2024-01-27T23:36:46.625 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:36:44.133904+0000 mon.smithi019 (mon.0) 179 : audit [DBG] from='mgr.? 172.21.15.40:0/3946894418' entity='mgr.smithi040.bqazan' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi040.bqazan/crt"}]: dispatch 2024-01-27T23:36:46.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:36:44.218532+0000 mon.smithi019 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-01-27T23:36:46.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:36:44.550295+0000 mgr.smithi019.ehhwnq (mgr.14180) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:36:46.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:36:45.218752+0000 mon.smithi019 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-01-27T23:36:46.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:36:46.218877+0000 mon.smithi019 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-01-27T23:36:46.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:36:46.256940+0000 mon.smithi019 (mon.0) 183 : cluster [INF] mon.smithi019 is new leader, mons smithi019,smithi040 in quorum (ranks 0,1) 2024-01-27T23:36:46.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:36:46.262186+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],smithi040=[v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0]} removed_ranks: {} 2024-01-27T23:36:46.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:36:46.274318+0000 mon.smithi019 (mon.0) 185 : cluster [DBG] fsmap 2024-01-27T23:36:46.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:36:46.274370+0000 mon.smithi019 (mon.0) 186 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-27T23:36:46.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:36:46.274601+0000 mon.smithi019 (mon.0) 187 : cluster [DBG] mgrmap e17: smithi019.ehhwnq(active, since 27s) 2024-01-27T23:36:46.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:36:46.275689+0000 mon.smithi019 (mon.0) 188 : cluster [DBG] Standby manager daemon smithi040.bqazan started 2024-01-27T23:36:46.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:36:46.276717+0000 mon.smithi019 (mon.0) 189 : audit [DBG] from='mgr.? 172.21.15.40:0/3946894418' entity='mgr.smithi040.bqazan' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-27T23:36:46.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:36:46.279491+0000 mon.smithi019 (mon.0) 190 : cluster [INF] overall HEALTH_OK 2024-01-27T23:36:46.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:36:46.281057+0000 mon.smithi019 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.40:0/3946894418' entity='mgr.smithi040.bqazan' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi040.bqazan/key"}]: dispatch 2024-01-27T23:36:46.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:36:46.281563+0000 mon.smithi019 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.40:0/3946894418' entity='mgr.smithi040.bqazan' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-27T23:36:46.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:36:46.285023+0000 mon.smithi019 (mon.0) 193 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:47.328 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-01-27T23:36:47.328 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":2,"fsid":"98e8295e-bd6c-11ee-95b2-87774f69a715","modified":"2024-01-27T23:36:41.220539Z","created":"2024-01-27T23:34:50.340298Z","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":"smithi040","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:3300","nonce":0},{"type":"v1","addr":"172.21.15.40:6789","nonce":0}]},"addr":"172.21.15.40:6789/0","public_addr":"172.21.15.40:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-01-27T23:36:47.328 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 2 2024-01-27T23:36:47.622 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:36:46.286887+0000 mgr.smithi019.ehhwnq (mgr.14180) 18 : cephadm [INF] Deploying daemon node-exporter.smithi040 on smithi040 2024-01-27T23:36:47.622 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:36:46.337064+0000 mon.smithi019 (mon.0) 194 : cluster [DBG] mgrmap e18: smithi019.ehhwnq(active, since 27s), standbys: smithi040.bqazan 2024-01-27T23:36:47.622 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:36:46.337196+0000 mon.smithi019 (mon.0) 195 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mgr metadata", "who": "smithi040.bqazan", "id": "smithi040.bqazan"}]: dispatch 2024-01-27T23:36:47.622 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:36:46.550694+0000 mgr.smithi019.ehhwnq (mgr.14180) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:36:47.622 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:36:47.218990+0000 mon.smithi019 (mon.0) 196 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-01-27T23:36:47.622 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:36:47.330309+0000 mon.smithi019 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.40:0/3892260053' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-27T23:36:47.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:36:46.286887+0000 mgr.smithi019.ehhwnq (mgr.14180) 18 : cephadm [INF] Deploying daemon node-exporter.smithi040 on smithi040 2024-01-27T23:36:47.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:36:46.337064+0000 mon.smithi019 (mon.0) 194 : cluster [DBG] mgrmap e18: smithi019.ehhwnq(active, since 27s), standbys: smithi040.bqazan 2024-01-27T23:36:47.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:46.337196+0000 mon.smithi019 (mon.0) 195 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mgr metadata", "who": "smithi040.bqazan", "id": "smithi040.bqazan"}]: dispatch 2024-01-27T23:36:47.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:36:46.550694+0000 mgr.smithi019.ehhwnq (mgr.14180) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:36:47.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:47.218990+0000 mon.smithi019 (mon.0) 196 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-01-27T23:36:47.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:47.330309+0000 mon.smithi019 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.40:0/3892260053' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-27T23:36:50.122 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:49 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:36:48.550991+0000 mgr.smithi019.ehhwnq (mgr.14180) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:36:50.122 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:49 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:36:48.705754+0000 mon.smithi019 (mon.0) 198 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:50.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:49 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:36:48.550991+0000 mgr.smithi019.ehhwnq (mgr.14180) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:36:50.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:49 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:48.705754+0000 mon.smithi019 (mon.0) 198 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:52.122 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:36:50.551313+0000 mgr.smithi019.ehhwnq (mgr.14180) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:36:52.122 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:36:50.551313+0000 mgr.smithi019.ehhwnq (mgr.14180) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:36:52.180 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-27T23:36:52.181 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph config generate-minimal-conf 2024-01-27T23:36:53.599 INFO:teuthology.orchestra.run.smithi019.stdout:# minimal ceph.conf for 98e8295e-bd6c-11ee-95b2-87774f69a715 2024-01-27T23:36:53.599 INFO:teuthology.orchestra.run.smithi019.stdout:[global] 2024-01-27T23:36:53.600 INFO:teuthology.orchestra.run.smithi019.stdout: fsid = 98e8295e-bd6c-11ee-95b2-87774f69a715 2024-01-27T23:36:53.600 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.40:3300/0,v1:172.21.15.40:6789/0] 2024-01-27T23:36:53.943 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:53 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:36:52.551579+0000 mgr.smithi019.ehhwnq (mgr.14180) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:36:53.943 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:53 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:53.121973+0000 mon.smithi019 (mon.0) 199 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:53.943 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:53 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:53.123351+0000 mon.smithi019 (mon.0) 200 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:36:53.944 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:53 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:53.603381+0000 mon.smithi019 (mon.0) 201 : audit [DBG] from='client.? 172.21.15.19:0/195270543' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:36:53.944 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:53 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:53.709660+0000 mon.smithi019 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:53.945 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-27T23:36:53.945 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2024-01-27T23:36:53.945 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/etc/ceph/ceph.conf 2024-01-27T23:36:53.975 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2024-01-27T23:36:53.975 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-27T23:36:54.043 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-01-27T23:36:54.043 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/ceph/ceph.conf 2024-01-27T23:36:54.071 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:53 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:36:52.551579+0000 mgr.smithi019.ehhwnq (mgr.14180) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:36:54.071 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:53 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:36:53.121973+0000 mon.smithi019 (mon.0) 199 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:54.071 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:53 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:36:53.123351+0000 mon.smithi019 (mon.0) 200 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:36:54.071 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:53 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:36:53.603381+0000 mon.smithi019 (mon.0) 201 : audit [DBG] from='client.? 172.21.15.19:0/195270543' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:36:54.071 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:53 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:36:53.709660+0000 mon.smithi019 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:54.076 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-01-27T23:36:54.076 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-27T23:36:54.146 INFO:tasks.cephadm:Deploying OSDs... 2024-01-27T23:36:54.146 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2024-01-27T23:36:54.146 DEBUG:teuthology.orchestra.run.smithi019:> dd if=/scratch_devs of=/dev/stdout 2024-01-27T23:36:54.165 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-27T23:36:54.165 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/nvme1n1 2024-01-27T23:36:54.223 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/nvme1n1 2024-01-27T23:36:54.223 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-27T23:36:54.223 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 6h/6d Inode: 182206 Links: 1 Device type: 103,1 2024-01-27T23:36:54.223 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-27T23:36:54.223 INFO:teuthology.orchestra.run.smithi019.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-27T23:36:54.223 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2024-01-27 23:35:48.526136039 +0000 2024-01-27T23:36:54.223 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2024-01-27 23:34:19.037958578 +0000 2024-01-27T23:36:54.223 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2024-01-27 23:34:19.037958578 +0000 2024-01-27T23:36:54.223 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2024-01-27T23:36:54.224 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-27T23:36:54.290 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2024-01-27T23:36:54.290 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2024-01-27T23:36:54.290 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.000217687 s, 2.4 MB/s 2024-01-27T23:36:54.292 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-27T23:36:54.351 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/nvme2n1 2024-01-27T23:36:54.410 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/nvme2n1 2024-01-27T23:36:54.411 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-27T23:36:54.411 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 6h/6d Inode: 187764 Links: 1 Device type: 103,2 2024-01-27T23:36:54.411 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-27T23:36:54.411 INFO:teuthology.orchestra.run.smithi019.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-27T23:36:54.411 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2024-01-27 23:35:48.536135947 +0000 2024-01-27T23:36:54.411 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2024-01-27 23:34:19.187957202 +0000 2024-01-27T23:36:54.411 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2024-01-27 23:34:19.187957202 +0000 2024-01-27T23:36:54.411 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2024-01-27T23:36:54.411 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-27T23:36:54.478 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2024-01-27T23:36:54.478 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2024-01-27T23:36:54.478 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.000258962 s, 2.0 MB/s 2024-01-27T23:36:54.479 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-27T23:36:54.539 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/nvme3n1 2024-01-27T23:36:54.597 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/nvme3n1 2024-01-27T23:36:54.598 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-27T23:36:54.598 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 6h/6d Inode: 187822 Links: 1 Device type: 103,3 2024-01-27T23:36:54.598 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-27T23:36:54.598 INFO:teuthology.orchestra.run.smithi019.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-27T23:36:54.598 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2024-01-27 23:35:48.546135855 +0000 2024-01-27T23:36:54.598 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2024-01-27 23:34:19.341955788 +0000 2024-01-27T23:36:54.598 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2024-01-27 23:34:19.341955788 +0000 2024-01-27T23:36:54.598 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2024-01-27T23:36:54.598 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-27T23:36:54.669 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2024-01-27T23:36:54.669 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2024-01-27T23:36:54.669 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.000206474 s, 2.5 MB/s 2024-01-27T23:36:54.670 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-27T23:36:54.731 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/nvme4n1 2024-01-27T23:36:54.789 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/nvme4n1 2024-01-27T23:36:54.789 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-27T23:36:54.789 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 6h/6d Inode: 187913 Links: 1 Device type: 103,4 2024-01-27T23:36:54.789 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-27T23:36:54.789 INFO:teuthology.orchestra.run.smithi019.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-27T23:36:54.789 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2024-01-27 23:35:48.556135763 +0000 2024-01-27T23:36:54.789 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2024-01-27 23:34:19.489954430 +0000 2024-01-27T23:36:54.789 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2024-01-27 23:34:19.489954430 +0000 2024-01-27T23:36:54.789 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2024-01-27T23:36:54.790 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-27T23:36:54.856 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2024-01-27T23:36:54.856 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2024-01-27T23:36:54.856 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.000257061 s, 2.0 MB/s 2024-01-27T23:36:54.857 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-27T23:36:54.917 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-01-27T23:36:54.917 DEBUG:teuthology.orchestra.run.smithi040:> dd if=/scratch_devs of=/dev/stdout 2024-01-27T23:36:54.940 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-27T23:36:54.940 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/nvme1n1 2024-01-27T23:36:55.001 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/nvme1n1 2024-01-27T23:36:55.001 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-27T23:36:55.001 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 6h/6d Inode: 188560 Links: 1 Device type: 103,1 2024-01-27T23:36:55.001 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-27T23:36:55.001 INFO:teuthology.orchestra.run.smithi040.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-27T23:36:55.001 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-01-27 23:36:32.196436398 +0000 2024-01-27T23:36:55.001 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-01-27 23:34:20.735025907 +0000 2024-01-27T23:36:55.001 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-01-27 23:34:20.735025907 +0000 2024-01-27T23:36:55.001 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: - 2024-01-27T23:36:55.002 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-27T23:36:55.071 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-01-27T23:36:55.071 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-01-27T23:36:55.071 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000286798 s, 1.8 MB/s 2024-01-27T23:36:55.072 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-27T23:36:55.133 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/nvme2n1 2024-01-27T23:36:55.194 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/nvme2n1 2024-01-27T23:36:55.194 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-27T23:36:55.194 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 6h/6d Inode: 188672 Links: 1 Device type: 103,2 2024-01-27T23:36:55.194 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-27T23:36:55.194 INFO:teuthology.orchestra.run.smithi040.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-27T23:36:55.194 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-01-27 23:36:32.207436264 +0000 2024-01-27T23:36:55.195 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-01-27 23:34:20.887024073 +0000 2024-01-27T23:36:55.195 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-01-27 23:34:20.887024073 +0000 2024-01-27T23:36:55.195 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: - 2024-01-27T23:36:55.195 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-27T23:36:55.262 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-01-27T23:36:55.263 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-01-27T23:36:55.263 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.00028228 s, 1.8 MB/s 2024-01-27T23:36:55.264 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-27T23:36:55.324 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/nvme3n1 2024-01-27T23:36:55.372 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:36:54.271093+0000 mon.smithi019 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:55.372 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:36:54.271845+0000 mon.smithi019 (mon.0) 204 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:36:55.372 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:36:54.272575+0000 mon.smithi019 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T23:36:55.372 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:36:54.273591+0000 mgr.smithi019.ehhwnq (mgr.14180) 23 : cephadm [INF] Updating smithi019:/etc/ceph/ceph.conf 2024-01-27T23:36:55.372 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:36:54.273849+0000 mgr.smithi019.ehhwnq (mgr.14180) 24 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2024-01-27T23:36:55.372 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:36:54.300218+0000 mon.smithi019 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:55.372 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:36:54.316738+0000 mon.smithi019 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:55.372 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:36:54.319730+0000 mon.smithi019 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:55.372 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:36:54.322620+0000 mgr.smithi019.ehhwnq (mgr.14180) 25 : cephadm [INF] Reconfiguring mon.smithi019 (unknown last config time)... 2024-01-27T23:36:55.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:36:54.322854+0000 mon.smithi019 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-27T23:36:55.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:36:54.323413+0000 mon.smithi019 (mon.0) 210 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-27T23:36:55.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:36:54.323951+0000 mon.smithi019 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:36:55.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:36:54.324441+0000 mgr.smithi019.ehhwnq (mgr.14180) 26 : cephadm [INF] Reconfiguring daemon mon.smithi019 on smithi019 2024-01-27T23:36:55.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:36:54.551800+0000 mgr.smithi019.ehhwnq (mgr.14180) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:36:55.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:36:55.256483+0000 mon.smithi019 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:55.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:36:55.257311+0000 mon.smithi019 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi019.ehhwnq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-27T23:36:55.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:36:55.257946+0000 mon.smithi019 (mon.0) 214 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-27T23:36:55.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:36:55.258575+0000 mon.smithi019 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:36:55.384 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/nvme3n1 2024-01-27T23:36:55.384 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-27T23:36:55.384 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 6h/6d Inode: 188785 Links: 1 Device type: 103,3 2024-01-27T23:36:55.384 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-27T23:36:55.384 INFO:teuthology.orchestra.run.smithi040.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-27T23:36:55.384 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-01-27 23:36:32.217436142 +0000 2024-01-27T23:36:55.384 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-01-27 23:34:21.037022262 +0000 2024-01-27T23:36:55.384 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-01-27 23:34:21.037022262 +0000 2024-01-27T23:36:55.384 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: - 2024-01-27T23:36:55.384 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-27T23:36:55.451 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-01-27T23:36:55.452 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-01-27T23:36:55.452 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.00021056 s, 2.4 MB/s 2024-01-27T23:36:55.453 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-27T23:36:55.513 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/nvme4n1 2024-01-27T23:36:55.571 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/nvme4n1 2024-01-27T23:36:55.572 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-27T23:36:55.572 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 6h/6d Inode: 188889 Links: 1 Device type: 103,4 2024-01-27T23:36:55.572 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-27T23:36:55.572 INFO:teuthology.orchestra.run.smithi040.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-27T23:36:55.572 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-01-27 23:36:32.227436020 +0000 2024-01-27T23:36:55.572 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-01-27 23:34:21.189020427 +0000 2024-01-27T23:36:55.572 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-01-27 23:34:21.189020427 +0000 2024-01-27T23:36:55.572 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: - 2024-01-27T23:36:55.572 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-27T23:36:55.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:54.271093+0000 mon.smithi019 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:55.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:54.271845+0000 mon.smithi019 (mon.0) 204 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:36:55.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:54.272575+0000 mon.smithi019 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T23:36:55.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:36:54.273591+0000 mgr.smithi019.ehhwnq (mgr.14180) 23 : cephadm [INF] Updating smithi019:/etc/ceph/ceph.conf 2024-01-27T23:36:55.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:36:54.273849+0000 mgr.smithi019.ehhwnq (mgr.14180) 24 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2024-01-27T23:36:55.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:54.300218+0000 mon.smithi019 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:55.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:54.316738+0000 mon.smithi019 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:55.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:54.319730+0000 mon.smithi019 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:55.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:36:54.322620+0000 mgr.smithi019.ehhwnq (mgr.14180) 25 : cephadm [INF] Reconfiguring mon.smithi019 (unknown last config time)... 2024-01-27T23:36:55.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:54.322854+0000 mon.smithi019 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-27T23:36:55.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:54.323413+0000 mon.smithi019 (mon.0) 210 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-27T23:36:55.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:54.323951+0000 mon.smithi019 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:36:55.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:36:54.324441+0000 mgr.smithi019.ehhwnq (mgr.14180) 26 : cephadm [INF] Reconfiguring daemon mon.smithi019 on smithi019 2024-01-27T23:36:55.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:36:54.551800+0000 mgr.smithi019.ehhwnq (mgr.14180) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:36:55.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:55.256483+0000 mon.smithi019 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:55.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:55.257311+0000 mon.smithi019 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi019.ehhwnq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-27T23:36:55.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:55.257946+0000 mon.smithi019 (mon.0) 214 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-27T23:36:55.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:55.258575+0000 mon.smithi019 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:36:55.639 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-01-27T23:36:55.639 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-01-27T23:36:55.639 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.00025334 s, 2.0 MB/s 2024-01-27T23:36:55.641 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-27T23:36:55.700 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-01-27T23:36:56.540 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:36:55.257063+0000 mgr.smithi019.ehhwnq (mgr.14180) 28 : cephadm [INF] Reconfiguring mgr.smithi019.ehhwnq (unknown last config time)... 2024-01-27T23:36:56.540 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:36:55.259075+0000 mgr.smithi019.ehhwnq (mgr.14180) 29 : cephadm [INF] Reconfiguring daemon mgr.smithi019.ehhwnq on smithi019 2024-01-27T23:36:56.622 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:56 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:36:55.257063+0000 mgr.smithi019.ehhwnq (mgr.14180) 28 : cephadm [INF] Reconfiguring mgr.smithi019.ehhwnq (unknown last config time)... 2024-01-27T23:36:56.622 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:56 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:36:55.259075+0000 mgr.smithi019.ehhwnq (mgr.14180) 29 : cephadm [INF] Reconfiguring daemon mgr.smithi019.ehhwnq on smithi019 2024-01-27T23:36:57.021 INFO:teuthology.orchestra.run.smithi040.stdout:Scheduled osd.all-available-devices update... 2024-01-27T23:36:57.395 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-27T23:36:57.395 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:36:57.993 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:36:56.552133+0000 mgr.smithi019.ehhwnq (mgr.14180) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:36:57.993 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:56.737935+0000 mon.smithi019 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:57.993 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:36:56.738656+0000 mgr.smithi019.ehhwnq (mgr.14180) 31 : cephadm [INF] Reconfiguring alertmanager.smithi019 (dependencies changed)... 2024-01-27T23:36:57.993 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:36:56.745061+0000 mgr.smithi019.ehhwnq (mgr.14180) 32 : cephadm [INF] Reconfiguring daemon alertmanager.smithi019 on smithi019 2024-01-27T23:36:57.993 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:57.019792+0000 mgr.smithi019.ehhwnq (mgr.14180) 33 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:36:57.993 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:36:57.021578+0000 mgr.smithi019.ehhwnq (mgr.14180) 34 : cephadm [INF] Marking host: smithi019 for OSDSpec preview refresh. 2024-01-27T23:36:57.993 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:36:57.021665+0000 mgr.smithi019.ehhwnq (mgr.14180) 35 : cephadm [INF] Marking host: smithi040 for OSDSpec preview refresh. 2024-01-27T23:36:57.993 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:36:57.021986+0000 mgr.smithi019.ehhwnq (mgr.14180) 36 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-27T23:36:57.993 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:57.025112+0000 mon.smithi019 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:58.122 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:36:56.552133+0000 mgr.smithi019.ehhwnq (mgr.14180) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:36:58.122 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:36:56.737935+0000 mon.smithi019 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:58.122 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:36:56.738656+0000 mgr.smithi019.ehhwnq (mgr.14180) 31 : cephadm [INF] Reconfiguring alertmanager.smithi019 (dependencies changed)... 2024-01-27T23:36:58.122 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:36:56.745061+0000 mgr.smithi019.ehhwnq (mgr.14180) 32 : cephadm [INF] Reconfiguring daemon alertmanager.smithi019 on smithi019 2024-01-27T23:36:58.122 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:36:57.019792+0000 mgr.smithi019.ehhwnq (mgr.14180) 33 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:36:58.122 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:36:57.021578+0000 mgr.smithi019.ehhwnq (mgr.14180) 34 : cephadm [INF] Marking host: smithi019 for OSDSpec preview refresh. 2024-01-27T23:36:58.122 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:36:57.021665+0000 mgr.smithi019.ehhwnq (mgr.14180) 35 : cephadm [INF] Marking host: smithi040 for OSDSpec preview refresh. 2024-01-27T23:36:58.122 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:36:57.021986+0000 mgr.smithi019.ehhwnq (mgr.14180) 36 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-27T23:36:58.122 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:36:57.025112+0000 mon.smithi019 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:36:59.110 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:36:59.593 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-01-27T23:36:59.988 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:36:58.552459+0000 mgr.smithi019.ehhwnq (mgr.14180) 37 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:36:59.988 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:36:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:36:59.114624+0000 mon.smithi019 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.19:0/3737451704' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:00.122 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:36:58.552459+0000 mgr.smithi019.ehhwnq (mgr.14180) 37 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:00.122 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:36:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:36:59.114624+0000 mon.smithi019 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.19:0/3737451704' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:00.594 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:37:01.372 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:01 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:00.024766+0000 mon.smithi019 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:01.372 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:01 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:37:00.025347+0000 mgr.smithi019.ehhwnq (mgr.14180) 38 : cephadm [INF] Reconfiguring crash.smithi019 (monmap changed)... 2024-01-27T23:37:01.372 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:01 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:00.025613+0000 mon.smithi019 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi019", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-27T23:37:01.372 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:01 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:00.026267+0000 mon.smithi019 (mon.0) 221 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:37:01.372 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:01 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:37:00.026739+0000 mgr.smithi019.ehhwnq (mgr.14180) 39 : cephadm [INF] Reconfiguring daemon crash.smithi019 on smithi019 2024-01-27T23:37:01.372 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:01 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:00.843527+0000 mon.smithi019 (mon.0) 222 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:01.373 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:01 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:00.024766+0000 mon.smithi019 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:01.373 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:01 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:37:00.025347+0000 mgr.smithi019.ehhwnq (mgr.14180) 38 : cephadm [INF] Reconfiguring crash.smithi019 (monmap changed)... 2024-01-27T23:37:01.373 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:01 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:00.025613+0000 mon.smithi019 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi019", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-27T23:37:01.373 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:01 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:00.026267+0000 mon.smithi019 (mon.0) 221 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:37:01.373 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:01 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:37:00.026739+0000 mgr.smithi019.ehhwnq (mgr.14180) 39 : cephadm [INF] Reconfiguring daemon crash.smithi019 on smithi019 2024-01-27T23:37:01.373 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:01 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:00.843527+0000 mon.smithi019 (mon.0) 222 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:02.235 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:37:02.260 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:02 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:00.552742+0000 mgr.smithi019.ehhwnq (mgr.14180) 40 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:02.260 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:02 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:37:00.844348+0000 mgr.smithi019.ehhwnq (mgr.14180) 41 : cephadm [INF] Reconfiguring grafana.smithi019 (dependencies changed)... 2024-01-27T23:37:02.260 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:02 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:37:00.875747+0000 mgr.smithi019.ehhwnq (mgr.14180) 42 : cephadm [INF] Reconfiguring daemon grafana.smithi019 on smithi019 2024-01-27T23:37:02.372 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:02 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:00.552742+0000 mgr.smithi019.ehhwnq (mgr.14180) 40 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:02.372 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:02 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:37:00.844348+0000 mgr.smithi019.ehhwnq (mgr.14180) 41 : cephadm [INF] Reconfiguring grafana.smithi019 (dependencies changed)... 2024-01-27T23:37:02.372 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:02 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:37:00.875747+0000 mgr.smithi019.ehhwnq (mgr.14180) 42 : cephadm [INF] Reconfiguring daemon grafana.smithi019 on smithi019 2024-01-27T23:37:02.903 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-01-27T23:37:03.304 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:02.240119+0000 mon.smithi019 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.19:0/429180650' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:03.372 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:03 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:02.240119+0000 mon.smithi019 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.19:0/429180650' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:03.904 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:37:04.271 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:04 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:02.553101+0000 mgr.smithi019.ehhwnq (mgr.14180) 43 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:04.271 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:04 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:03.979054+0000 mon.smithi019 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:04.372 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:04 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:02.553101+0000 mgr.smithi019.ehhwnq (mgr.14180) 43 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:04.372 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:04 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:03.979054+0000 mon.smithi019 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:05.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:05 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:37:03.979791+0000 mgr.smithi019.ehhwnq (mgr.14180) 44 : cephadm [INF] Reconfiguring prometheus.smithi019 (dependencies changed)... 2024-01-27T23:37:05.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:05 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:37:03.983473+0000 mgr.smithi019.ehhwnq (mgr.14180) 45 : cephadm [INF] Reconfiguring daemon prometheus.smithi019 on smithi019 2024-01-27T23:37:05.372 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:05 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:37:03.979791+0000 mgr.smithi019.ehhwnq (mgr.14180) 44 : cephadm [INF] Reconfiguring prometheus.smithi019 (dependencies changed)... 2024-01-27T23:37:05.372 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:05 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:37:03.983473+0000 mgr.smithi019.ehhwnq (mgr.14180) 45 : cephadm [INF] Reconfiguring daemon prometheus.smithi019 on smithi019 2024-01-27T23:37:05.742 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:37:06.122 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:06 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:04.553386+0000 mgr.smithi019.ehhwnq (mgr.14180) 46 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:06.122 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:06 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:05.746668+0000 mon.smithi019 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.19:0/133551983' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:06.207 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-01-27T23:37:06.372 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:06 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:04.553386+0000 mgr.smithi019.ehhwnq (mgr.14180) 46 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:06.372 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:06 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:05.746668+0000 mon.smithi019 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.19:0/133551983' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:07.209 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:37:07.372 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:06.553650+0000 mgr.smithi019.ehhwnq (mgr.14180) 47 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:07.372 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:07.131406+0000 mon.smithi019 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:07.372 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:07.132143+0000 mon.smithi019 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi040", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-27T23:37:07.373 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:07.132768+0000 mon.smithi019 (mon.0) 228 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:37:07.487 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:06.553650+0000 mgr.smithi019.ehhwnq (mgr.14180) 47 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:07.488 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:07.131406+0000 mon.smithi019 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:07.488 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:07.132143+0000 mon.smithi019 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi040", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-27T23:37:07.488 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:07.132768+0000 mon.smithi019 (mon.0) 228 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:37:08.519 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:37:08.909 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-01-27T23:37:09.122 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:37:07.131926+0000 mgr.smithi019.ehhwnq (mgr.14180) 48 : cephadm [INF] Reconfiguring crash.smithi040 (monmap changed)... 2024-01-27T23:37:09.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:37:07.133280+0000 mgr.smithi019.ehhwnq (mgr.14180) 49 : cephadm [INF] Reconfiguring daemon crash.smithi040 on smithi040 2024-01-27T23:37:09.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:08.005870+0000 mon.smithi019 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:09.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:37:08.006408+0000 mgr.smithi019.ehhwnq (mgr.14180) 50 : cephadm [INF] Reconfiguring mgr.smithi040.bqazan (monmap changed)... 2024-01-27T23:37:09.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:08.006665+0000 mon.smithi019 (mon.0) 230 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi040.bqazan", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-27T23:37:09.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:08.007303+0000 mon.smithi019 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-27T23:37:09.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:08.007798+0000 mon.smithi019 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:37:09.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:37:08.008276+0000 mgr.smithi019.ehhwnq (mgr.14180) 51 : cephadm [INF] Reconfiguring daemon mgr.smithi040.bqazan on smithi040 2024-01-27T23:37:09.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:08.523018+0000 mon.smithi019 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.19:0/4166510476' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:09.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:08.868545+0000 mon.smithi019 (mon.0) 234 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:09.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:08.869324+0000 mon.smithi019 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-27T23:37:09.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:08.869855+0000 mon.smithi019 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-27T23:37:09.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:08.870388+0000 mon.smithi019 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:37:09.337 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:37:07.131926+0000 mgr.smithi019.ehhwnq (mgr.14180) 48 : cephadm [INF] Reconfiguring crash.smithi040 (monmap changed)... 2024-01-27T23:37:09.338 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:37:07.133280+0000 mgr.smithi019.ehhwnq (mgr.14180) 49 : cephadm [INF] Reconfiguring daemon crash.smithi040 on smithi040 2024-01-27T23:37:09.338 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:08.005870+0000 mon.smithi019 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:09.338 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:37:08.006408+0000 mgr.smithi019.ehhwnq (mgr.14180) 50 : cephadm [INF] Reconfiguring mgr.smithi040.bqazan (monmap changed)... 2024-01-27T23:37:09.338 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:08.006665+0000 mon.smithi019 (mon.0) 230 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi040.bqazan", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-27T23:37:09.338 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:08.007303+0000 mon.smithi019 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-27T23:37:09.338 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:08.007798+0000 mon.smithi019 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:37:09.338 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:37:08.008276+0000 mgr.smithi019.ehhwnq (mgr.14180) 51 : cephadm [INF] Reconfiguring daemon mgr.smithi040.bqazan on smithi040 2024-01-27T23:37:09.338 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:08.523018+0000 mon.smithi019 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.19:0/4166510476' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:09.338 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:08.868545+0000 mon.smithi019 (mon.0) 234 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:09.338 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:08.869324+0000 mon.smithi019 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-27T23:37:09.338 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:08.869855+0000 mon.smithi019 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-27T23:37:09.339 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:08.870388+0000 mon.smithi019 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:37:09.910 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:37:10.268 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:10 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:08.553996+0000 mgr.smithi019.ehhwnq (mgr.14180) 52 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:10.268 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:10 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:37:08.869110+0000 mgr.smithi019.ehhwnq (mgr.14180) 53 : cephadm [INF] Reconfiguring mon.smithi040 (monmap changed)... 2024-01-27T23:37:10.268 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:10 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:37:08.870865+0000 mgr.smithi019.ehhwnq (mgr.14180) 54 : cephadm [INF] Reconfiguring daemon mon.smithi040 on smithi040 2024-01-27T23:37:10.269 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:10 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:09.712733+0000 mon.smithi019 (mon.0) 238 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:10.269 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:10 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:09.715642+0000 mon.smithi019 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-27T23:37:10.269 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:10 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:09.717259+0000 mon.smithi019 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi019.front.sepia.ceph.com:9093"}]: dispatch 2024-01-27T23:37:10.269 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:10 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:09.721633+0000 mon.smithi019 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:10.269 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:10 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:09.726368+0000 mon.smithi019 (mon.0) 242 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-27T23:37:10.269 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:10 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:09.732784+0000 mon.smithi019 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi019.front.sepia.ceph.com:3000"}]: dispatch 2024-01-27T23:37:10.269 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:10 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:09.738022+0000 mon.smithi019 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:10.269 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:10 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:09.744601+0000 mon.smithi019 (mon.0) 245 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-27T23:37:10.269 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:10 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:09.747310+0000 mon.smithi019 (mon.0) 246 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi019.front.sepia.ceph.com:9095"}]: dispatch 2024-01-27T23:37:10.269 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:10 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:09.752423+0000 mon.smithi019 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:10.269 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:10 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:09.756146+0000 mon.smithi019 (mon.0) 248 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:37:10.295 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:08.553996+0000 mgr.smithi019.ehhwnq (mgr.14180) 52 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:10.295 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:37:08.869110+0000 mgr.smithi019.ehhwnq (mgr.14180) 53 : cephadm [INF] Reconfiguring mon.smithi040 (monmap changed)... 2024-01-27T23:37:10.295 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:37:08.870865+0000 mgr.smithi019.ehhwnq (mgr.14180) 54 : cephadm [INF] Reconfiguring daemon mon.smithi040 on smithi040 2024-01-27T23:37:10.295 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:09.712733+0000 mon.smithi019 (mon.0) 238 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:10.295 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:09.715642+0000 mon.smithi019 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-27T23:37:10.295 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:09.717259+0000 mon.smithi019 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi019.front.sepia.ceph.com:9093"}]: dispatch 2024-01-27T23:37:10.295 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:09.721633+0000 mon.smithi019 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:10.295 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:09.726368+0000 mon.smithi019 (mon.0) 242 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-27T23:37:10.295 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:09.732784+0000 mon.smithi019 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi019.front.sepia.ceph.com:3000"}]: dispatch 2024-01-27T23:37:10.296 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:09.738022+0000 mon.smithi019 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:10.296 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:09.744601+0000 mon.smithi019 (mon.0) 245 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-27T23:37:10.296 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:09.747310+0000 mon.smithi019 (mon.0) 246 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi019.front.sepia.ceph.com:9095"}]: dispatch 2024-01-27T23:37:10.296 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:09.752423+0000 mon.smithi019 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:10.296 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:09.756146+0000 mon.smithi019 (mon.0) 248 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:37:11.201 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:09.716061+0000 mgr.smithi019.ehhwnq (mgr.14180) 55 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-27T23:37:11.201 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:09.717555+0000 mgr.smithi019.ehhwnq (mgr.14180) 56 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi019.front.sepia.ceph.com:9093"}]: dispatch 2024-01-27T23:37:11.201 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:09.726788+0000 mgr.smithi019.ehhwnq (mgr.14180) 57 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-27T23:37:11.202 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:09.733172+0000 mgr.smithi019.ehhwnq (mgr.14180) 58 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi019.front.sepia.ceph.com:3000"}]: dispatch 2024-01-27T23:37:11.202 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:09.745027+0000 mgr.smithi019.ehhwnq (mgr.14180) 59 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-27T23:37:11.202 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:09.747655+0000 mgr.smithi019.ehhwnq (mgr.14180) 60 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi019.front.sepia.ceph.com:9095"}]: dispatch 2024-01-27T23:37:11.202 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:10.778588+0000 mon.smithi019 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:11.202 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:10.783376+0000 mon.smithi019 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:11.372 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:09.716061+0000 mgr.smithi019.ehhwnq (mgr.14180) 55 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-27T23:37:11.372 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:09.717555+0000 mgr.smithi019.ehhwnq (mgr.14180) 56 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi019.front.sepia.ceph.com:9093"}]: dispatch 2024-01-27T23:37:11.372 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:09.726788+0000 mgr.smithi019.ehhwnq (mgr.14180) 57 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-27T23:37:11.372 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:09.733172+0000 mgr.smithi019.ehhwnq (mgr.14180) 58 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi019.front.sepia.ceph.com:3000"}]: dispatch 2024-01-27T23:37:11.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:09.745027+0000 mgr.smithi019.ehhwnq (mgr.14180) 59 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-27T23:37:11.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:09.747655+0000 mgr.smithi019.ehhwnq (mgr.14180) 60 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi019.front.sepia.ceph.com:9095"}]: dispatch 2024-01-27T23:37:11.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:10.778588+0000 mon.smithi019 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:11.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:10.783376+0000 mon.smithi019 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:11.404 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:37:11.743 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-01-27T23:37:12.372 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:12 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:10.554228+0000 mgr.smithi019.ehhwnq (mgr.14180) 61 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:12.372 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:12 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:11.408634+0000 mon.smithi019 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.19:0/3168416372' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:12.373 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:12 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:10.554228+0000 mgr.smithi019.ehhwnq (mgr.14180) 61 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:12.373 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:12 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:11.408634+0000 mon.smithi019 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.19:0/3168416372' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:12.744 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:37:14.073 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:14 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:12.554587+0000 mgr.smithi019.ehhwnq (mgr.14180) 62 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:14.073 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:14 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:13.111107+0000 mon.smithi019 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:14.073 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:14 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:13.121136+0000 mon.smithi019 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:14.073 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:14 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:13.122177+0000 mon.smithi019 (mon.0) 254 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:37:14.073 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:14 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:13.122951+0000 mon.smithi019 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T23:37:14.073 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:14 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:13.129292+0000 mon.smithi019 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:14.073 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:14 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:13.133740+0000 mon.smithi019 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T23:37:14.074 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:14 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:13.136982+0000 mon.smithi019 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-27T23:37:14.074 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:14 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:13.138344+0000 mon.smithi019 (mon.0) 259 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-27T23:37:14.074 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:14 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:13.138542+0000 mon.smithi019 (mon.0) 260 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:37:14.074 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:14 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:13.139047+0000 mon.smithi019 (mon.0) 261 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:37:14.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:14 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:12.554587+0000 mgr.smithi019.ehhwnq (mgr.14180) 62 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:14.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:14 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:13.111107+0000 mon.smithi019 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:14.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:14 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:13.121136+0000 mon.smithi019 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:14.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:14 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:13.122177+0000 mon.smithi019 (mon.0) 254 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:37:14.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:14 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:13.122951+0000 mon.smithi019 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T23:37:14.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:14 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:13.129292+0000 mon.smithi019 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:14.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:14 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:13.133740+0000 mon.smithi019 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T23:37:14.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:14 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:13.136982+0000 mon.smithi019 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-27T23:37:14.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:14 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:13.138344+0000 mon.smithi019 (mon.0) 259 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-27T23:37:14.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:14 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:13.138542+0000 mon.smithi019 (mon.0) 260 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:37:14.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:14 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:13.139047+0000 mon.smithi019 (mon.0) 261 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:37:14.444 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:37:14.936 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-01-27T23:37:15.305 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:14.448220+0000 mon.smithi019 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.19:0/3914903641' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:15.373 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:14.448220+0000 mon.smithi019 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.19:0/3914903641' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:15.937 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:37:16.122 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:16 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:14.554872+0000 mgr.smithi019.ehhwnq (mgr.14180) 63 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:16.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:16 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:15.186278+0000 mon.smithi040 (mon.1) 2 : audit [INF] from='client.? 172.21.15.40:0/2205943469' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b4e28e65-b58f-46bb-80ba-94c4465d9371"}]: dispatch 2024-01-27T23:37:16.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:16 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:15.186839+0000 mon.smithi019 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b4e28e65-b58f-46bb-80ba-94c4465d9371"}]: dispatch 2024-01-27T23:37:16.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:16 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:15.190671+0000 mon.smithi019 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b4e28e65-b58f-46bb-80ba-94c4465d9371"}]': finished 2024-01-27T23:37:16.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:16 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:15.190725+0000 mon.smithi019 (mon.0) 265 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-27T23:37:16.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:16 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:15.190821+0000 mon.smithi019 (mon.0) 266 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:37:16.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:16 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:15.726918+0000 mon.smithi019 (mon.0) 267 : audit [INF] from='client.? 172.21.15.19:0/4278358315' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5331a293-f957-44c3-9a2e-8dcabc7e78ac"}]: dispatch 2024-01-27T23:37:16.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:16 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:15.730411+0000 mon.smithi019 (mon.0) 268 : audit [INF] from='client.? 172.21.15.19:0/4278358315' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5331a293-f957-44c3-9a2e-8dcabc7e78ac"}]': finished 2024-01-27T23:37:16.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:16 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:15.730456+0000 mon.smithi019 (mon.0) 269 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-27T23:37:16.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:16 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:15.730555+0000 mon.smithi019 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:37:16.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:16 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:15.730832+0000 mon.smithi019 (mon.0) 271 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:37:16.372 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:16 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:14.554872+0000 mgr.smithi019.ehhwnq (mgr.14180) 63 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:16.372 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:16 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:15.186278+0000 mon.smithi040 (mon.1) 2 : audit [INF] from='client.? 172.21.15.40:0/2205943469' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b4e28e65-b58f-46bb-80ba-94c4465d9371"}]: dispatch 2024-01-27T23:37:16.372 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:16 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:15.186839+0000 mon.smithi019 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b4e28e65-b58f-46bb-80ba-94c4465d9371"}]: dispatch 2024-01-27T23:37:16.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:16 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:15.190671+0000 mon.smithi019 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b4e28e65-b58f-46bb-80ba-94c4465d9371"}]': finished 2024-01-27T23:37:16.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:16 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:15.190725+0000 mon.smithi019 (mon.0) 265 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-27T23:37:16.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:16 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:15.190821+0000 mon.smithi019 (mon.0) 266 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:37:16.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:16 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:15.726918+0000 mon.smithi019 (mon.0) 267 : audit [INF] from='client.? 172.21.15.19:0/4278358315' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5331a293-f957-44c3-9a2e-8dcabc7e78ac"}]: dispatch 2024-01-27T23:37:16.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:16 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:15.730411+0000 mon.smithi019 (mon.0) 268 : audit [INF] from='client.? 172.21.15.19:0/4278358315' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5331a293-f957-44c3-9a2e-8dcabc7e78ac"}]': finished 2024-01-27T23:37:16.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:16 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:15.730456+0000 mon.smithi019 (mon.0) 269 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-27T23:37:16.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:16 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:15.730555+0000 mon.smithi019 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:37:16.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:16 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:15.730832+0000 mon.smithi019 (mon.0) 271 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:37:17.373 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:17 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:16.454809+0000 mon.smithi040 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.40:0/3243701178' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T23:37:17.373 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:17 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:16.555130+0000 mgr.smithi019.ehhwnq (mgr.14180) 64 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:17.373 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:17 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:17.184686+0000 mon.smithi019 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.19:0/3800038836' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T23:37:17.484 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:37:17.622 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:17 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:16.454809+0000 mon.smithi040 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.40:0/3243701178' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T23:37:17.622 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:17 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:16.555130+0000 mgr.smithi019.ehhwnq (mgr.14180) 64 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:17.622 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:17 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:17.184686+0000 mon.smithi019 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.19:0/3800038836' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T23:37:17.851 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":1706398635,"num_remapped_pgs":0} 2024-01-27T23:37:18.622 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:18 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:17.488477+0000 mon.smithi019 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.19:0/282361832' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:18.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:18 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:17.488477+0000 mon.smithi019 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.19:0/282361832' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:18.852 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:37:19.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:18.555350+0000 mgr.smithi019.ehhwnq (mgr.14180) 65 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:19.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:18.998361+0000 mon.smithi040 (mon.1) 4 : audit [INF] from='client.? 172.21.15.40:0/1953207679' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "49b463e4-f5a5-49ad-8315-1d461a49bd5e"}]: dispatch 2024-01-27T23:37:19.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:18.998710+0000 mon.smithi019 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "49b463e4-f5a5-49ad-8315-1d461a49bd5e"}]: dispatch 2024-01-27T23:37:19.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:19.002283+0000 mon.smithi019 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "49b463e4-f5a5-49ad-8315-1d461a49bd5e"}]': finished 2024-01-27T23:37:19.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:19.002356+0000 mon.smithi019 (mon.0) 276 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-27T23:37:19.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:19.002480+0000 mon.smithi019 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:37:19.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:19.002749+0000 mon.smithi019 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:37:19.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:19.002923+0000 mon.smithi019 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:37:19.612 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:18.555350+0000 mgr.smithi019.ehhwnq (mgr.14180) 65 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:19.613 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:18.998361+0000 mon.smithi040 (mon.1) 4 : audit [INF] from='client.? 172.21.15.40:0/1953207679' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "49b463e4-f5a5-49ad-8315-1d461a49bd5e"}]: dispatch 2024-01-27T23:37:19.613 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:18.998710+0000 mon.smithi019 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "49b463e4-f5a5-49ad-8315-1d461a49bd5e"}]: dispatch 2024-01-27T23:37:19.613 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:19.002283+0000 mon.smithi019 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "49b463e4-f5a5-49ad-8315-1d461a49bd5e"}]': finished 2024-01-27T23:37:19.613 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:19.002356+0000 mon.smithi019 (mon.0) 276 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-27T23:37:19.613 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:19.002480+0000 mon.smithi019 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:37:19.613 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:19.002749+0000 mon.smithi019 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:37:19.613 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:19.002923+0000 mon.smithi019 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:37:20.334 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:37:20.543 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:20 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:19.753994+0000 mon.smithi019 (mon.0) 280 : audit [INF] from='client.? 172.21.15.19:0/3110457436' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5cbe1cb8-3166-436a-8264-3819ad33d865"}]: dispatch 2024-01-27T23:37:20.543 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:20 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:19.757614+0000 mon.smithi019 (mon.0) 281 : audit [INF] from='client.? 172.21.15.19:0/3110457436' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5cbe1cb8-3166-436a-8264-3819ad33d865"}]': finished 2024-01-27T23:37:20.543 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:20 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:19.757676+0000 mon.smithi019 (mon.0) 282 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-27T23:37:20.543 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:20 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:19.757784+0000 mon.smithi019 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:37:20.543 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:20 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:19.758063+0000 mon.smithi019 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:37:20.544 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:20 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:19.758220+0000 mon.smithi019 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:37:20.544 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:20 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:19.758424+0000 mon.smithi019 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:37:20.622 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:20 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:19.753994+0000 mon.smithi019 (mon.0) 280 : audit [INF] from='client.? 172.21.15.19:0/3110457436' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5cbe1cb8-3166-436a-8264-3819ad33d865"}]: dispatch 2024-01-27T23:37:20.622 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:20 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:19.757614+0000 mon.smithi019 (mon.0) 281 : audit [INF] from='client.? 172.21.15.19:0/3110457436' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5cbe1cb8-3166-436a-8264-3819ad33d865"}]': finished 2024-01-27T23:37:20.622 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:20 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:19.757676+0000 mon.smithi019 (mon.0) 282 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-27T23:37:20.622 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:20 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:19.757784+0000 mon.smithi019 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:37:20.622 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:20 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:19.758063+0000 mon.smithi019 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:37:20.622 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:20 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:19.758220+0000 mon.smithi019 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:37:20.622 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:20 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:19.758424+0000 mon.smithi019 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:37:20.762 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":1706398639,"num_remapped_pgs":0} 2024-01-27T23:37:21.622 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:21 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:20.266579+0000 mon.smithi040 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.40:0/83862595' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T23:37:21.623 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:21 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:20.337355+0000 mon.smithi019 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.19:0/4009800982' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:21.623 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:21 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:20.555598+0000 mgr.smithi019.ehhwnq (mgr.14180) 66 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:21.623 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:21 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:21.082072+0000 mon.smithi019 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.19:0/3456211696' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T23:37:21.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:21 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:20.266579+0000 mon.smithi040 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.40:0/83862595' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T23:37:21.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:21 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:20.337355+0000 mon.smithi019 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.19:0/4009800982' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:21.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:21 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:20.555598+0000 mgr.smithi019.ehhwnq (mgr.14180) 66 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:21.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:21 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:21.082072+0000 mon.smithi019 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.19:0/3456211696' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T23:37:21.763 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:37:23.272 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:37:23.638 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1706398642,"num_remapped_pgs":0} 2024-01-27T23:37:23.872 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:22.556026+0000 mgr.smithi019.ehhwnq (mgr.14180) 67 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:23.872 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:22.806617+0000 mon.smithi040 (mon.1) 6 : audit [INF] from='client.? 172.21.15.40:0/62171947' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2f022f92-cff3-4346-bb6f-2b4b380b2c06"}]: dispatch 2024-01-27T23:37:23.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:22.807070+0000 mon.smithi019 (mon.0) 289 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2f022f92-cff3-4346-bb6f-2b4b380b2c06"}]: dispatch 2024-01-27T23:37:23.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:22.813086+0000 mon.smithi019 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2f022f92-cff3-4346-bb6f-2b4b380b2c06"}]': finished 2024-01-27T23:37:23.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:22.813135+0000 mon.smithi019 (mon.0) 291 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-27T23:37:23.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:22.813228+0000 mon.smithi019 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:37:23.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:22.813480+0000 mon.smithi019 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:37:23.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:22.813638+0000 mon.smithi019 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:37:23.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:22.813811+0000 mon.smithi019 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:37:23.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:22.813975+0000 mon.smithi019 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:37:23.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:23.276106+0000 mon.smithi019 (mon.0) 297 : audit [DBG] from='client.? 172.21.15.19:0/1969878792' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:23.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:22.556026+0000 mgr.smithi019.ehhwnq (mgr.14180) 67 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:23.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:22.806617+0000 mon.smithi040 (mon.1) 6 : audit [INF] from='client.? 172.21.15.40:0/62171947' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2f022f92-cff3-4346-bb6f-2b4b380b2c06"}]: dispatch 2024-01-27T23:37:23.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:22.807070+0000 mon.smithi019 (mon.0) 289 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2f022f92-cff3-4346-bb6f-2b4b380b2c06"}]: dispatch 2024-01-27T23:37:23.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:22.813086+0000 mon.smithi019 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2f022f92-cff3-4346-bb6f-2b4b380b2c06"}]': finished 2024-01-27T23:37:23.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:22.813135+0000 mon.smithi019 (mon.0) 291 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-27T23:37:23.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:22.813228+0000 mon.smithi019 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:37:23.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:22.813480+0000 mon.smithi019 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:37:23.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:22.813638+0000 mon.smithi019 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:37:23.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:22.813811+0000 mon.smithi019 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:37:23.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:22.813975+0000 mon.smithi019 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:37:23.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:23.276106+0000 mon.smithi019 (mon.0) 297 : audit [DBG] from='client.? 172.21.15.19:0/1969878792' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:24.640 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:37:24.872 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:24 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:23.608000+0000 mon.smithi019 (mon.0) 298 : audit [INF] from='client.? 172.21.15.19:0/261817810' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dbc6237d-393b-4e96-951d-19227e750f4c"}]: dispatch 2024-01-27T23:37:24.872 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:24 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:23.614407+0000 mon.smithi019 (mon.0) 299 : audit [INF] from='client.? 172.21.15.19:0/261817810' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dbc6237d-393b-4e96-951d-19227e750f4c"}]': finished 2024-01-27T23:37:24.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:24 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:23.614464+0000 mon.smithi019 (mon.0) 300 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-27T23:37:24.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:24 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:23.614586+0000 mon.smithi019 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:37:24.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:24 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:23.614935+0000 mon.smithi019 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:37:24.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:24 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:23.615067+0000 mon.smithi019 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:37:24.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:24 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:23.615197+0000 mon.smithi019 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:37:24.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:24 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:23.615410+0000 mon.smithi019 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:37:24.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:24 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:23.615623+0000 mon.smithi019 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:37:24.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:24 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:24.356888+0000 mon.smithi040 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.40:0/2096977326' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T23:37:24.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:24 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:23.608000+0000 mon.smithi019 (mon.0) 298 : audit [INF] from='client.? 172.21.15.19:0/261817810' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dbc6237d-393b-4e96-951d-19227e750f4c"}]: dispatch 2024-01-27T23:37:24.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:24 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:23.614407+0000 mon.smithi019 (mon.0) 299 : audit [INF] from='client.? 172.21.15.19:0/261817810' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dbc6237d-393b-4e96-951d-19227e750f4c"}]': finished 2024-01-27T23:37:24.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:24 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:23.614464+0000 mon.smithi019 (mon.0) 300 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-27T23:37:24.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:24 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:23.614586+0000 mon.smithi019 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:37:24.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:24 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:23.614935+0000 mon.smithi019 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:37:24.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:24 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:23.615067+0000 mon.smithi019 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:37:24.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:24 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:23.615197+0000 mon.smithi019 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:37:24.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:24 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:23.615410+0000 mon.smithi019 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:37:24.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:24 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:23.615623+0000 mon.smithi019 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:37:24.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:24 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:24.356888+0000 mon.smithi040 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.40:0/2096977326' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T23:37:25.872 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:25 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:24.556353+0000 mgr.smithi019.ehhwnq (mgr.14180) 68 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:25.872 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:25 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:24.913549+0000 mon.smithi019 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.19:0/3193355370' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T23:37:25.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:25 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:24.556353+0000 mgr.smithi019.ehhwnq (mgr.14180) 68 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:25.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:25 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:24.913549+0000 mon.smithi019 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.19:0/3193355370' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T23:37:25.991 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:37:26.358 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":1706398643,"num_remapped_pgs":0} 2024-01-27T23:37:26.872 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:26 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:25.994918+0000 mon.smithi019 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.19:0/1060757182' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:26.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:26 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:25.994918+0000 mon.smithi019 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.19:0/1060757182' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:27.359 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:37:27.803 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:26.556607+0000 mgr.smithi019.ehhwnq (mgr.14180) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:27.803 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:26.885595+0000 mon.smithi040 (mon.1) 8 : audit [INF] from='client.? 172.21.15.40:0/2767640507' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c010bcb9-2d5f-4639-9c53-ad31d487611e"}]: dispatch 2024-01-27T23:37:27.803 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:26.886114+0000 mon.smithi019 (mon.0) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c010bcb9-2d5f-4639-9c53-ad31d487611e"}]: dispatch 2024-01-27T23:37:27.804 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:26.890781+0000 mon.smithi019 (mon.0) 310 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c010bcb9-2d5f-4639-9c53-ad31d487611e"}]': finished 2024-01-27T23:37:27.804 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:26.890842+0000 mon.smithi019 (mon.0) 311 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-27T23:37:27.804 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:26.891000+0000 mon.smithi019 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:37:27.804 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:26.891294+0000 mon.smithi019 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:37:27.804 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:26.891465+0000 mon.smithi019 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:37:27.804 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:26.891679+0000 mon.smithi019 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:37:27.804 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:26.891857+0000 mon.smithi019 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:37:27.804 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:26.892077+0000 mon.smithi019 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:37:27.804 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:26.892256+0000 mon.smithi019 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:37:27.804 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:27.480000+0000 mon.smithi019 (mon.0) 319 : audit [INF] from='client.? 172.21.15.19:0/3425124188' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d0ac4f69-a226-4090-819f-548de98617d0"}]: dispatch 2024-01-27T23:37:27.804 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:27.485164+0000 mon.smithi019 (mon.0) 320 : audit [INF] from='client.? 172.21.15.19:0/3425124188' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d0ac4f69-a226-4090-819f-548de98617d0"}]': finished 2024-01-27T23:37:27.804 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:27.485226+0000 mon.smithi019 (mon.0) 321 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-27T23:37:27.804 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:27.485334+0000 mon.smithi019 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:37:27.804 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:27.485606+0000 mon.smithi019 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:37:27.805 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:27.485758+0000 mon.smithi019 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:37:27.805 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:27.485924+0000 mon.smithi019 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:37:27.805 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:27.486096+0000 mon.smithi019 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:37:27.805 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:27.486254+0000 mon.smithi019 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:37:27.805 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:27.486403+0000 mon.smithi019 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:37:27.805 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:27.486571+0000 mon.smithi019 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:27.872 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:26.556607+0000 mgr.smithi019.ehhwnq (mgr.14180) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:27.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:26.885595+0000 mon.smithi040 (mon.1) 8 : audit [INF] from='client.? 172.21.15.40:0/2767640507' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c010bcb9-2d5f-4639-9c53-ad31d487611e"}]: dispatch 2024-01-27T23:37:27.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:26.886114+0000 mon.smithi019 (mon.0) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c010bcb9-2d5f-4639-9c53-ad31d487611e"}]: dispatch 2024-01-27T23:37:27.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:26.890781+0000 mon.smithi019 (mon.0) 310 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c010bcb9-2d5f-4639-9c53-ad31d487611e"}]': finished 2024-01-27T23:37:27.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:26.890842+0000 mon.smithi019 (mon.0) 311 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-27T23:37:27.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:26.891000+0000 mon.smithi019 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:37:27.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:26.891294+0000 mon.smithi019 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:37:27.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:26.891465+0000 mon.smithi019 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:37:27.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:26.891679+0000 mon.smithi019 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:37:27.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:26.891857+0000 mon.smithi019 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:37:27.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:26.892077+0000 mon.smithi019 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:37:27.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:26.892256+0000 mon.smithi019 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:37:27.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:27.480000+0000 mon.smithi019 (mon.0) 319 : audit [INF] from='client.? 172.21.15.19:0/3425124188' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d0ac4f69-a226-4090-819f-548de98617d0"}]: dispatch 2024-01-27T23:37:27.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:27.485164+0000 mon.smithi019 (mon.0) 320 : audit [INF] from='client.? 172.21.15.19:0/3425124188' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d0ac4f69-a226-4090-819f-548de98617d0"}]': finished 2024-01-27T23:37:27.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:27.485226+0000 mon.smithi019 (mon.0) 321 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-27T23:37:27.874 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:27.485334+0000 mon.smithi019 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:37:27.874 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:27.485606+0000 mon.smithi019 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:37:27.874 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:27.485758+0000 mon.smithi019 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:37:27.874 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:27.485924+0000 mon.smithi019 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:37:27.874 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:27.486096+0000 mon.smithi019 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:37:27.874 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:27.486254+0000 mon.smithi019 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:37:27.874 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:27.486403+0000 mon.smithi019 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:37:27.874 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:27.486571+0000 mon.smithi019 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:28.798 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:28 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:28.126707+0000 mon.smithi040 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.40:0/3166695135' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T23:37:28.872 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:28 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:28.126707+0000 mon.smithi040 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.40:0/3166695135' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T23:37:29.116 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:37:29.535 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":1706398647,"num_remapped_pgs":0} 2024-01-27T23:37:29.872 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:29 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:28.556869+0000 mgr.smithi019.ehhwnq (mgr.14180) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:29.872 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:29 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:29.120767+0000 mon.smithi019 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.19:0/4007501324' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:29.872 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:29 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:29.164596+0000 mon.smithi019 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.19:0/4024349300' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T23:37:29.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:29 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:28.556869+0000 mgr.smithi019.ehhwnq (mgr.14180) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:29.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:29 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:29.120767+0000 mon.smithi019 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.19:0/4007501324' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:29.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:29 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:29.164596+0000 mon.smithi019 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.19:0/4024349300' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T23:37:30.536 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:37:31.829 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:31 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:30.557083+0000 mgr.smithi019.ehhwnq (mgr.14180) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:32.084 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:37:32.097 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:31 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:30.557083+0000 mgr.smithi019.ehhwnq (mgr.14180) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:32.510 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":1706398647,"num_remapped_pgs":0} 2024-01-27T23:37:32.768 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:32 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:32.087866+0000 mon.smithi019 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.19:0/1149701595' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:32.768 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:32 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:32.411610+0000 mon.smithi019 (mon.0) 333 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-27T23:37:32.768 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:32 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:32.412215+0000 mon.smithi019 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:37:32.918 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:32 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:32.087866+0000 mon.smithi019 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.19:0/1149701595' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:32.918 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:32 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:32.411610+0000 mon.smithi019 (mon.0) 333 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-27T23:37:32.919 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:32 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:32.412215+0000 mon.smithi019 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:37:33.511 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:37:33.819 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:33 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:37:32.412718+0000 mgr.smithi019.ehhwnq (mgr.14180) 72 : cephadm [INF] Deploying daemon osd.0 on smithi040 2024-01-27T23:37:33.819 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:33 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:32.557343+0000 mgr.smithi019.ehhwnq (mgr.14180) 73 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:33.947 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:33 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:37:32.412718+0000 mgr.smithi019.ehhwnq (mgr.14180) 72 : cephadm [INF] Deploying daemon osd.0 on smithi040 2024-01-27T23:37:33.947 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:33 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:32.557343+0000 mgr.smithi019.ehhwnq (mgr.14180) 73 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:34.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:34 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:34.035548+0000 mon.smithi019 (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-27T23:37:34.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:34 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:34.036189+0000 mon.smithi019 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:37:34.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:34 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:37:34.036744+0000 mgr.smithi019.ehhwnq (mgr.14180) 74 : cephadm [INF] Deploying daemon osd.1 on smithi019 2024-01-27T23:37:34.872 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:34 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:34.035548+0000 mon.smithi019 (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-27T23:37:34.872 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:34 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:34.036189+0000 mon.smithi019 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:37:34.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:34 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:37:34.036744+0000 mgr.smithi019.ehhwnq (mgr.14180) 74 : cephadm [INF] Deploying daemon osd.1 on smithi019 2024-01-27T23:37:35.214 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:37:35.805 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:35 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:34.557554+0000 mgr.smithi019.ehhwnq (mgr.14180) 75 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:35.805 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:35 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:35.218438+0000 mon.smithi019 (mon.0) 337 : audit [DBG] from='client.? 172.21.15.19:0/1787272944' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:35.844 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":1706398647,"num_remapped_pgs":0} 2024-01-27T23:37:36.067 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:35 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:34.557554+0000 mgr.smithi019.ehhwnq (mgr.14180) 75 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:36.067 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:35 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:35.218438+0000 mon.smithi019 (mon.0) 337 : audit [DBG] from='client.? 172.21.15.19:0/1787272944' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:36.845 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:37:36.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:36 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:35.725501+0000 mon.smithi019 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:36.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:36 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:35.726113+0000 mon.smithi019 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-27T23:37:36.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:36 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:35.726705+0000 mon.smithi019 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:37:36.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:36 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:37:35.727196+0000 mgr.smithi019.ehhwnq (mgr.14180) 76 : cephadm [INF] Deploying daemon osd.2 on smithi040 2024-01-27T23:37:37.049 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:36 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:35.725501+0000 mon.smithi019 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:37.050 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:36 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:35.726113+0000 mon.smithi019 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-27T23:37:37.050 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:36 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:35.726705+0000 mon.smithi019 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:37:37.050 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:36 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:37:35.727196+0000 mgr.smithi019.ehhwnq (mgr.14180) 76 : cephadm [INF] Deploying daemon osd.2 on smithi040 2024-01-27T23:37:38.104 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:37 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:36.557778+0000 mgr.smithi019.ehhwnq (mgr.14180) 77 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:38.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:37 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:36.557778+0000 mgr.smithi019.ehhwnq (mgr.14180) 77 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:38.677 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:37:38.968 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:38 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:38.681640+0000 mon.smithi019 (mon.0) 341 : audit [DBG] from='client.? 172.21.15.19:0/176695236' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:39.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:38 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:38.681640+0000 mon.smithi019 (mon.0) 341 : audit [DBG] from='client.? 172.21.15.19:0/176695236' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:39.045 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":1706398647,"num_remapped_pgs":0} 2024-01-27T23:37:39.872 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:39 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:38.558000+0000 mgr.smithi019.ehhwnq (mgr.14180) 78 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:39.872 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:39 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:38.744643+0000 mon.smithi019 (mon.0) 342 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:39.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:39 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:38.745562+0000 mon.smithi019 (mon.0) 343 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-27T23:37:39.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:39 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:38.746193+0000 mon.smithi019 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:37:39.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:39 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:37:38.746735+0000 mgr.smithi019.ehhwnq (mgr.14180) 79 : cephadm [INF] Deploying daemon osd.3 on smithi019 2024-01-27T23:37:39.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:39 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:38.944667+0000 mon.smithi040 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.40:6800/1923119316,v1:172.21.15.40:6801/1923119316]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-27T23:37:39.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:39 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:38.945190+0000 mon.smithi019 (mon.0) 345 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-27T23:37:39.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:39 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:39.133238+0000 mon.smithi019 (mon.0) 346 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:39.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:39 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:39.133875+0000 mon.smithi019 (mon.0) 347 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-27T23:37:39.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:39 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:39.134432+0000 mon.smithi019 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:37:39.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:38.558000+0000 mgr.smithi019.ehhwnq (mgr.14180) 78 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:39.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:38.744643+0000 mon.smithi019 (mon.0) 342 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:39.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:38.745562+0000 mon.smithi019 (mon.0) 343 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-27T23:37:39.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:38.746193+0000 mon.smithi019 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:37:39.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:37:38.746735+0000 mgr.smithi019.ehhwnq (mgr.14180) 79 : cephadm [INF] Deploying daemon osd.3 on smithi019 2024-01-27T23:37:39.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:38.944667+0000 mon.smithi040 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.40:6800/1923119316,v1:172.21.15.40:6801/1923119316]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-27T23:37:39.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:38.945190+0000 mon.smithi019 (mon.0) 345 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-27T23:37:39.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:39.133238+0000 mon.smithi019 (mon.0) 346 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:39.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:39.133875+0000 mon.smithi019 (mon.0) 347 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-27T23:37:39.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:39.134432+0000 mon.smithi019 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:37:40.045 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:37:40.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:40 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:37:39.134921+0000 mgr.smithi019.ehhwnq (mgr.14180) 80 : cephadm [INF] Deploying daemon osd.4 on smithi040 2024-01-27T23:37:40.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:40 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:39.748337+0000 mon.smithi019 (mon.0) 349 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-27T23:37:40.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:40 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:39.748424+0000 mon.smithi019 (mon.0) 350 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-27T23:37:40.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:40 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:39.748535+0000 mon.smithi019 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:37:40.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:40 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:39.748797+0000 mon.smithi019 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:37:40.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:40 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:39.748965+0000 mon.smithi019 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:37:40.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:40 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:39.749141+0000 mon.smithi019 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:37:40.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:40 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:39.749315+0000 mon.smithi019 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:37:40.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:40 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:39.749463+0000 mon.smithi019 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:37:40.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:40 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:39.749626+0000 mon.smithi019 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:37:40.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:40 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:39.749656+0000 mon.smithi040 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.40:6800/1923119316,v1:172.21.15.40:6801/1923119316]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-01-27T23:37:40.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:40 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:39.749787+0000 mon.smithi019 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:40.874 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:40 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:39.750073+0000 mon.smithi019 (mon.0) 359 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-01-27T23:37:41.077 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:40 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:37:39.134921+0000 mgr.smithi019.ehhwnq (mgr.14180) 80 : cephadm [INF] Deploying daemon osd.4 on smithi040 2024-01-27T23:37:41.077 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:40 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:39.748337+0000 mon.smithi019 (mon.0) 349 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-27T23:37:41.078 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:40 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:39.748424+0000 mon.smithi019 (mon.0) 350 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-27T23:37:41.078 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:40 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:39.748535+0000 mon.smithi019 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:37:41.078 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:40 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:39.748797+0000 mon.smithi019 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:37:41.078 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:40 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:39.748965+0000 mon.smithi019 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:37:41.078 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:40 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:39.749141+0000 mon.smithi019 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:37:41.078 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:40 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:39.749315+0000 mon.smithi019 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:37:41.078 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:40 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:39.749463+0000 mon.smithi019 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:37:41.078 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:40 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:39.749626+0000 mon.smithi019 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:37:41.078 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:40 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:39.749656+0000 mon.smithi040 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.40:6800/1923119316,v1:172.21.15.40:6801/1923119316]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-01-27T23:37:41.078 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:40 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:39.749787+0000 mon.smithi019 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:41.078 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:40 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:39.750073+0000 mon.smithi019 (mon.0) 359 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-01-27T23:37:41.769 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:37:42.105 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:41 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:40.558222+0000 mgr.smithi019.ehhwnq (mgr.14180) 81 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:42.105 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:41 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:40.750319+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=smithi040", "root=default"]}]': finished 2024-01-27T23:37:42.105 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:41 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:40.750379+0000 mon.smithi019 (mon.0) 361 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-27T23:37:42.105 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:41 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:40.750728+0000 mon.smithi019 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:37:42.106 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:41 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:40.751063+0000 mon.smithi019 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:37:42.106 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:41 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:40.751264+0000 mon.smithi019 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:37:42.106 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:41 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:40.751462+0000 mon.smithi019 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:37:42.106 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:41 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:40.751676+0000 mon.smithi019 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:37:42.106 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:41 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:40.751891+0000 mon.smithi019 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:37:42.106 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:41 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:40.752108+0000 mon.smithi019 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:37:42.106 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:41 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:40.752307+0000 mon.smithi019 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:42.106 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:41 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:40.757326+0000 mon.smithi019 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:37:42.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:40.558222+0000 mgr.smithi019.ehhwnq (mgr.14180) 81 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:42.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:40.750319+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=smithi040", "root=default"]}]': finished 2024-01-27T23:37:42.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:40.750379+0000 mon.smithi019 (mon.0) 361 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-27T23:37:42.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:40.750728+0000 mon.smithi019 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:37:42.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:40.751063+0000 mon.smithi019 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:37:42.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:40.751264+0000 mon.smithi019 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:37:42.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:40.751462+0000 mon.smithi019 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:37:42.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:40.751676+0000 mon.smithi019 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:37:42.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:40.751891+0000 mon.smithi019 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:37:42.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:40.752108+0000 mon.smithi019 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:37:42.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:40.752307+0000 mon.smithi019 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:42.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:40.757326+0000 mon.smithi019 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:37:42.130 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":16,"num_osds":8,"num_up_osds":1,"osd_up_since":1706398661,"num_in_osds":8,"osd_in_since":1706398647,"num_remapped_pgs":0} 2024-01-27T23:37:43.109 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:39.957430+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-27T23:37:43.110 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:39.957527+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-27T23:37:43.110 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:41.758141+0000 mon.smithi019 (mon.0) 371 : cluster [INF] osd.0 [v2:172.21.15.40:6800/1923119316,v1:172.21.15.40:6801/1923119316] boot 2024-01-27T23:37:43.110 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:41.758198+0000 mon.smithi019 (mon.0) 372 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-27T23:37:43.110 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:41.758536+0000 mon.smithi019 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:37:43.110 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:41.758877+0000 mon.smithi019 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:37:43.110 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:41.759084+0000 mon.smithi019 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:37:43.110 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:41.761954+0000 mon.smithi019 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:37:43.110 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:41.762250+0000 mon.smithi019 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:37:43.110 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:41.762437+0000 mon.smithi019 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:37:43.110 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:41.762615+0000 mon.smithi019 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:37:43.110 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:41.762787+0000 mon.smithi019 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:43.111 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:41.771969+0000 mon.smithi019 (mon.0) 381 : audit [DBG] from='client.? 172.21.15.19:0/2694971828' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:43.111 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:41.958132+0000 mon.smithi019 (mon.0) 382 : audit [INF] from='osd.1 [v2:172.21.15.19:6802/2070053134,v1:172.21.15.19:6803/2070053134]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-27T23:37:43.111 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:42.360573+0000 mon.smithi040 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.40:6808/301618867,v1:172.21.15.40:6809/301618867]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-27T23:37:43.111 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:42.360871+0000 mon.smithi019 (mon.0) 383 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-27T23:37:43.111 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:42.683376+0000 mon.smithi019 (mon.0) 384 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:43.111 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:42.684138+0000 mon.smithi019 (mon.0) 385 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-27T23:37:43.111 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:42.684757+0000 mon.smithi019 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:37:43.111 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:42.701539+0000 mon.smithi019 (mon.0) 387 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:43.111 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:42.702207+0000 mon.smithi019 (mon.0) 388 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-27T23:37:43.111 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:42.702758+0000 mon.smithi019 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:37:43.112 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:39.957430+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-27T23:37:43.112 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:39.957527+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-27T23:37:43.112 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:41.758141+0000 mon.smithi019 (mon.0) 371 : cluster [INF] osd.0 [v2:172.21.15.40:6800/1923119316,v1:172.21.15.40:6801/1923119316] boot 2024-01-27T23:37:43.112 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:41.758198+0000 mon.smithi019 (mon.0) 372 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-27T23:37:43.112 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:41.758536+0000 mon.smithi019 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:37:43.112 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:41.758877+0000 mon.smithi019 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:37:43.112 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:41.759084+0000 mon.smithi019 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:37:43.112 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:41.761954+0000 mon.smithi019 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:37:43.112 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:41.762250+0000 mon.smithi019 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:37:43.112 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:41.762437+0000 mon.smithi019 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:37:43.112 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:41.762615+0000 mon.smithi019 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:37:43.112 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:41.762787+0000 mon.smithi019 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:43.112 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:41.771969+0000 mon.smithi019 (mon.0) 381 : audit [DBG] from='client.? 172.21.15.19:0/2694971828' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:43.113 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:41.958132+0000 mon.smithi019 (mon.0) 382 : audit [INF] from='osd.1 [v2:172.21.15.19:6802/2070053134,v1:172.21.15.19:6803/2070053134]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-27T23:37:43.113 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:42.360573+0000 mon.smithi040 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.40:6808/301618867,v1:172.21.15.40:6809/301618867]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-27T23:37:43.113 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:42.360871+0000 mon.smithi019 (mon.0) 383 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-27T23:37:43.113 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:42.683376+0000 mon.smithi019 (mon.0) 384 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:43.113 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:42.684138+0000 mon.smithi019 (mon.0) 385 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-27T23:37:43.113 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:42.684757+0000 mon.smithi019 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:37:43.113 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:42.701539+0000 mon.smithi019 (mon.0) 387 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:43.113 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:42.702207+0000 mon.smithi019 (mon.0) 388 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-27T23:37:43.113 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:42.702758+0000 mon.smithi019 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:37:43.131 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:37:44.104 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:42.558435+0000 mgr.smithi019.ehhwnq (mgr.14180) 82 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:44.104 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:37:42.685473+0000 mgr.smithi019.ehhwnq (mgr.14180) 83 : cephadm [INF] Deploying daemon osd.6 on smithi040 2024-01-27T23:37:44.104 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:37:42.703225+0000 mgr.smithi019.ehhwnq (mgr.14180) 84 : cephadm [INF] Deploying daemon osd.5 on smithi019 2024-01-27T23:37:44.104 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:42.766279+0000 mon.smithi019 (mon.0) 390 : audit [INF] from='osd.1 [v2:172.21.15.19:6802/2070053134,v1:172.21.15.19:6803/2070053134]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-27T23:37:44.104 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:42.766330+0000 mon.smithi019 (mon.0) 391 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-27T23:37:44.104 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:42.766370+0000 mon.smithi019 (mon.0) 392 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-27T23:37:44.104 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:42.766480+0000 mon.smithi019 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:37:44.104 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:42.766955+0000 mon.smithi040 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.40:6808/301618867,v1:172.21.15.40:6809/301618867]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-01-27T23:37:44.104 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:42.767294+0000 mon.smithi019 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:37:44.104 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:42.767586+0000 mon.smithi019 (mon.0) 395 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-01-27T23:37:44.105 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:42.767894+0000 mon.smithi019 (mon.0) 396 : audit [INF] from='osd.1 [v2:172.21.15.19:6802/2070053134,v1:172.21.15.19:6803/2070053134]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2024-01-27T23:37:44.105 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:42.768176+0000 mon.smithi019 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:37:44.105 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:42.768396+0000 mon.smithi019 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:37:44.105 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:42.768620+0000 mon.smithi019 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:37:44.105 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:42.768834+0000 mon.smithi019 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:37:44.105 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:42.769094+0000 mon.smithi019 (mon.0) 401 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:44.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:42.558435+0000 mgr.smithi019.ehhwnq (mgr.14180) 82 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:37:44.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:37:42.685473+0000 mgr.smithi019.ehhwnq (mgr.14180) 83 : cephadm [INF] Deploying daemon osd.6 on smithi040 2024-01-27T23:37:44.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:37:42.703225+0000 mgr.smithi019.ehhwnq (mgr.14180) 84 : cephadm [INF] Deploying daemon osd.5 on smithi019 2024-01-27T23:37:44.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:42.766279+0000 mon.smithi019 (mon.0) 390 : audit [INF] from='osd.1 [v2:172.21.15.19:6802/2070053134,v1:172.21.15.19:6803/2070053134]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-27T23:37:44.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:42.766330+0000 mon.smithi019 (mon.0) 391 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-27T23:37:44.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:42.766370+0000 mon.smithi019 (mon.0) 392 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-27T23:37:44.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:42.766480+0000 mon.smithi019 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:37:44.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:42.766955+0000 mon.smithi040 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.40:6808/301618867,v1:172.21.15.40:6809/301618867]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-01-27T23:37:44.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:42.767294+0000 mon.smithi019 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:37:44.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:42.767586+0000 mon.smithi019 (mon.0) 395 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-01-27T23:37:44.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:42.767894+0000 mon.smithi019 (mon.0) 396 : audit [INF] from='osd.1 [v2:172.21.15.19:6802/2070053134,v1:172.21.15.19:6803/2070053134]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2024-01-27T23:37:44.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:42.768176+0000 mon.smithi019 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:37:44.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:42.768396+0000 mon.smithi019 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:37:44.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:42.768620+0000 mon.smithi019 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:37:44.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:42.768834+0000 mon.smithi019 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:37:44.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:42.769094+0000 mon.smithi019 (mon.0) 401 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:44.835 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:44 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:43.771261+0000 mon.smithi019 (mon.0) 402 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-01-27T23:37:44.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:44 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:43.771336+0000 mon.smithi019 (mon.0) 403 : audit [INF] from='osd.1 [v2:172.21.15.19:6802/2070053134,v1:172.21.15.19:6803/2070053134]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]': finished 2024-01-27T23:37:44.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:44 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:43.771408+0000 mon.smithi019 (mon.0) 404 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-27T23:37:44.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:44 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:43.771503+0000 mon.smithi019 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:37:44.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:44 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:43.771941+0000 mon.smithi019 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:37:44.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:44 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:43.772389+0000 mon.smithi019 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:37:44.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:44 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:43.772570+0000 mon.smithi019 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:37:44.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:44 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:43.772712+0000 mon.smithi019 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:37:44.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:44 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:43.772852+0000 mon.smithi019 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:37:44.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:44 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:43.772998+0000 mon.smithi019 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:44.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:44 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:43.774804+0000 mon.smithi019 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:37:44.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:44 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:43.775208+0000 mon.smithi019 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:37:45.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:44 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:43.771261+0000 mon.smithi019 (mon.0) 402 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-01-27T23:37:45.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:44 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:43.771336+0000 mon.smithi019 (mon.0) 403 : audit [INF] from='osd.1 [v2:172.21.15.19:6802/2070053134,v1:172.21.15.19:6803/2070053134]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]': finished 2024-01-27T23:37:45.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:44 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:43.771408+0000 mon.smithi019 (mon.0) 404 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-27T23:37:45.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:44 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:43.771503+0000 mon.smithi019 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:37:45.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:44 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:43.771941+0000 mon.smithi019 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:37:45.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:44 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:43.772389+0000 mon.smithi019 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:37:45.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:44 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:43.772570+0000 mon.smithi019 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:37:45.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:44 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:43.772712+0000 mon.smithi019 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:37:45.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:44 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:43.772852+0000 mon.smithi019 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:37:45.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:44 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:43.772998+0000 mon.smithi019 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:45.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:44 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:43.774804+0000 mon.smithi019 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:37:45.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:44 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:43.775208+0000 mon.smithi019 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:37:45.371 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:37:45.787 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":19,"num_osds":8,"num_up_osds":3,"osd_up_since":1706398664,"num_in_osds":8,"osd_in_since":1706398647,"num_remapped_pgs":0} 2024-01-27T23:37:45.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:42.969250+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-27T23:37:45.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:42.969318+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-27T23:37:45.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:43.380674+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-27T23:37:45.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:43.380726+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-27T23:37:45.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:44.559021+0000 mgr.smithi019.ehhwnq (mgr.14180) 85 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-27T23:37:45.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:44.773479+0000 mon.smithi019 (mon.0) 414 : cluster [INF] osd.2 [v2:172.21.15.40:6808/301618867,v1:172.21.15.40:6809/301618867] boot 2024-01-27T23:37:45.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:44.773522+0000 mon.smithi019 (mon.0) 415 : cluster [INF] osd.1 [v2:172.21.15.19:6802/2070053134,v1:172.21.15.19:6803/2070053134] boot 2024-01-27T23:37:45.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:44.773545+0000 mon.smithi019 (mon.0) 416 : cluster [DBG] osdmap e19: 8 total, 3 up, 8 in 2024-01-27T23:37:45.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:44.773982+0000 mon.smithi019 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:37:45.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:44.774181+0000 mon.smithi019 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:37:45.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:44.774364+0000 mon.smithi019 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:37:45.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:44.774494+0000 mon.smithi019 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:37:45.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:44.774614+0000 mon.smithi019 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:37:45.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:44.777493+0000 mon.smithi019 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:37:45.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:44.777664+0000 mon.smithi019 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:45.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:44.777975+0000 mon.smithi019 (mon.0) 424 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-27T23:37:45.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:45.374081+0000 mon.smithi040 (mon.1) 14 : audit [DBG] from='client.? 172.21.15.19:0/2131379422' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:46.053 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:42.969250+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-27T23:37:46.053 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:42.969318+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-27T23:37:46.053 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:43.380674+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-27T23:37:46.053 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:43.380726+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-27T23:37:46.053 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:44.559021+0000 mgr.smithi019.ehhwnq (mgr.14180) 85 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-27T23:37:46.053 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:44.773479+0000 mon.smithi019 (mon.0) 414 : cluster [INF] osd.2 [v2:172.21.15.40:6808/301618867,v1:172.21.15.40:6809/301618867] boot 2024-01-27T23:37:46.053 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:44.773522+0000 mon.smithi019 (mon.0) 415 : cluster [INF] osd.1 [v2:172.21.15.19:6802/2070053134,v1:172.21.15.19:6803/2070053134] boot 2024-01-27T23:37:46.054 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:44.773545+0000 mon.smithi019 (mon.0) 416 : cluster [DBG] osdmap e19: 8 total, 3 up, 8 in 2024-01-27T23:37:46.054 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:44.773982+0000 mon.smithi019 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:37:46.054 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:44.774181+0000 mon.smithi019 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:37:46.054 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:44.774364+0000 mon.smithi019 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:37:46.054 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:44.774494+0000 mon.smithi019 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:37:46.054 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:44.774614+0000 mon.smithi019 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:37:46.054 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:44.777493+0000 mon.smithi019 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:37:46.054 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:44.777664+0000 mon.smithi019 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:46.054 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:44.777975+0000 mon.smithi019 (mon.0) 424 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-27T23:37:46.054 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:45.374081+0000 mon.smithi040 (mon.1) 14 : audit [DBG] from='client.? 172.21.15.19:0/2131379422' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:46.788 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:37:46.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:45.782823+0000 mon.smithi019 (mon.0) 425 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-01-27T23:37:46.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:45.782896+0000 mon.smithi019 (mon.0) 426 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-01-27T23:37:46.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:45.783040+0000 mon.smithi019 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:37:46.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:45.783467+0000 mon.smithi019 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:37:46.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:45.783697+0000 mon.smithi019 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:37:46.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:45.783984+0000 mon.smithi019 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:37:46.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:45.784217+0000 mon.smithi019 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:46.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:45.784830+0000 mon.smithi019 (mon.0) 432 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-27T23:37:46.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:45.894316+0000 mon.smithi040 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.40:6816/4035733877,v1:172.21.15.40:6817/4035733877]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-27T23:37:46.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:45.894815+0000 mon.smithi019 (mon.0) 433 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-27T23:37:46.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:45.898261+0000 mon.smithi019 (mon.0) 434 : audit [INF] from='osd.3 [v2:172.21.15.19:6810/2297031286,v1:172.21.15.19:6811/2297031286]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-27T23:37:46.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:46.165899+0000 mon.smithi019 (mon.0) 435 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:46.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:46.649244+0000 mon.smithi019 (mon.0) 436 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:46.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:46.650002+0000 mon.smithi019 (mon.0) 437 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-27T23:37:46.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:46.650570+0000 mon.smithi019 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:37:47.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:45.782823+0000 mon.smithi019 (mon.0) 425 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-01-27T23:37:47.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:45.782896+0000 mon.smithi019 (mon.0) 426 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-01-27T23:37:47.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:45.783040+0000 mon.smithi019 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:37:47.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:45.783467+0000 mon.smithi019 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:37:47.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:45.783697+0000 mon.smithi019 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:37:47.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:45.783984+0000 mon.smithi019 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:37:47.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:45.784217+0000 mon.smithi019 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:47.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:45.784830+0000 mon.smithi019 (mon.0) 432 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-27T23:37:47.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:45.894316+0000 mon.smithi040 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.40:6816/4035733877,v1:172.21.15.40:6817/4035733877]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-27T23:37:47.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:45.894815+0000 mon.smithi019 (mon.0) 433 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-27T23:37:47.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:45.898261+0000 mon.smithi019 (mon.0) 434 : audit [INF] from='osd.3 [v2:172.21.15.19:6810/2297031286,v1:172.21.15.19:6811/2297031286]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-27T23:37:47.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:46.165899+0000 mon.smithi019 (mon.0) 435 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:47.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:46.649244+0000 mon.smithi019 (mon.0) 436 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:47.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:46.650002+0000 mon.smithi019 (mon.0) 437 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-27T23:37:47.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:46.650570+0000 mon.smithi019 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:37:47.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:46.559337+0000 mgr.smithi019.ehhwnq (mgr.14180) 86 : cluster [DBG] pgmap v53: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-27T23:37:47.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:37:46.651087+0000 mgr.smithi019.ehhwnq (mgr.14180) 87 : cephadm [INF] Deploying daemon osd.7 on smithi019 2024-01-27T23:37:47.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:46.786427+0000 mon.smithi019 (mon.0) 439 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-27T23:37:47.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:46.786502+0000 mon.smithi019 (mon.0) 440 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-27T23:37:47.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:46.786560+0000 mon.smithi019 (mon.0) 441 : audit [INF] from='osd.3 [v2:172.21.15.19:6810/2297031286,v1:172.21.15.19:6811/2297031286]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-27T23:37:47.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:46.786610+0000 mon.smithi019 (mon.0) 442 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-01-27T23:37:47.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:46.787181+0000 mon.smithi040 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.40:6816/4035733877,v1:172.21.15.40:6817/4035733877]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-01-27T23:37:47.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:46.787190+0000 mon.smithi019 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:37:47.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:46.787507+0000 mon.smithi019 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:37:47.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:46.787694+0000 mon.smithi019 (mon.0) 445 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-01-27T23:37:47.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:46.787955+0000 mon.smithi019 (mon.0) 446 : audit [INF] from='osd.3 [v2:172.21.15.19:6810/2297031286,v1:172.21.15.19:6811/2297031286]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2024-01-27T23:37:47.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:46.788122+0000 mon.smithi019 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:37:47.874 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:46.788248+0000 mon.smithi019 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:37:47.874 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:46.788361+0000 mon.smithi019 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:47.979 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:46.559337+0000 mgr.smithi019.ehhwnq (mgr.14180) 86 : cluster [DBG] pgmap v53: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-27T23:37:47.979 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:37:46.651087+0000 mgr.smithi019.ehhwnq (mgr.14180) 87 : cephadm [INF] Deploying daemon osd.7 on smithi019 2024-01-27T23:37:47.979 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:46.786427+0000 mon.smithi019 (mon.0) 439 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-27T23:37:47.979 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:46.786502+0000 mon.smithi019 (mon.0) 440 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-27T23:37:47.979 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:46.786560+0000 mon.smithi019 (mon.0) 441 : audit [INF] from='osd.3 [v2:172.21.15.19:6810/2297031286,v1:172.21.15.19:6811/2297031286]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-27T23:37:47.979 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:46.786610+0000 mon.smithi019 (mon.0) 442 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-01-27T23:37:47.979 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:46.787181+0000 mon.smithi040 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.40:6816/4035733877,v1:172.21.15.40:6817/4035733877]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-01-27T23:37:47.979 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:46.787190+0000 mon.smithi019 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:37:47.980 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:46.787507+0000 mon.smithi019 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:37:47.980 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:46.787694+0000 mon.smithi019 (mon.0) 445 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-01-27T23:37:47.980 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:46.787955+0000 mon.smithi019 (mon.0) 446 : audit [INF] from='osd.3 [v2:172.21.15.19:6810/2297031286,v1:172.21.15.19:6811/2297031286]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2024-01-27T23:37:47.980 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:46.788122+0000 mon.smithi019 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:37:47.980 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:46.788248+0000 mon.smithi019 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:37:47.980 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:46.788361+0000 mon.smithi019 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:48.669 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:37:48.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:48 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:47.790674+0000 mon.smithi019 (mon.0) 450 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-01-27T23:37:48.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:48 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:47.790773+0000 mon.smithi019 (mon.0) 451 : audit [INF] from='osd.3 [v2:172.21.15.19:6810/2297031286,v1:172.21.15.19:6811/2297031286]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]': finished 2024-01-27T23:37:48.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:48 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:47.790847+0000 mon.smithi019 (mon.0) 452 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-01-27T23:37:48.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:48 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:47.790985+0000 mon.smithi019 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:37:48.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:48 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:47.791685+0000 mon.smithi019 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:37:48.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:48 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:47.792344+0000 mon.smithi019 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:37:48.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:48 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:47.792588+0000 mon.smithi019 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:37:48.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:48 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:47.792789+0000 mon.smithi019 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:48.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:48 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:47.796901+0000 mon.smithi019 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:37:48.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:48 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:47.797156+0000 mon.smithi019 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:37:48.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:48 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:47.972217+0000 mon.smithi019 (mon.0) 460 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:48.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:48 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:48.672687+0000 mon.smithi019 (mon.0) 461 : audit [DBG] from='client.? 172.21.15.19:0/2068594909' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:48.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:48 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:48.789067+0000 mon.smithi019 (mon.0) 462 : cluster [INF] osd.3 [v2:172.21.15.19:6810/2297031286,v1:172.21.15.19:6811/2297031286] boot 2024-01-27T23:37:48.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:48 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:48.789093+0000 mon.smithi019 (mon.0) 463 : cluster [INF] osd.4 [v2:172.21.15.40:6816/4035733877,v1:172.21.15.40:6817/4035733877] boot 2024-01-27T23:37:48.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:48 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:48.789116+0000 mon.smithi019 (mon.0) 464 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2024-01-27T23:37:48.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:48 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:48.789244+0000 mon.smithi019 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:37:48.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:48 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:48.789646+0000 mon.smithi019 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:37:48.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:48 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:48.789901+0000 mon.smithi019 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:37:48.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:48 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:48.790157+0000 mon.smithi019 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:37:48.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:48 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:48.790340+0000 mon.smithi019 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:49.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:48 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:47.790674+0000 mon.smithi019 (mon.0) 450 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-01-27T23:37:49.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:48 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:47.790773+0000 mon.smithi019 (mon.0) 451 : audit [INF] from='osd.3 [v2:172.21.15.19:6810/2297031286,v1:172.21.15.19:6811/2297031286]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]': finished 2024-01-27T23:37:49.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:48 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:47.790847+0000 mon.smithi019 (mon.0) 452 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-01-27T23:37:49.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:48 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:47.790985+0000 mon.smithi019 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:37:49.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:48 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:47.791685+0000 mon.smithi019 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:37:49.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:48 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:47.792344+0000 mon.smithi019 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:37:49.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:48 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:47.792588+0000 mon.smithi019 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:37:49.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:48 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:47.792789+0000 mon.smithi019 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:49.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:48 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:47.796901+0000 mon.smithi019 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:37:49.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:48 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:47.797156+0000 mon.smithi019 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:37:49.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:48 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:47.972217+0000 mon.smithi019 (mon.0) 460 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:49.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:48 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:48.672687+0000 mon.smithi019 (mon.0) 461 : audit [DBG] from='client.? 172.21.15.19:0/2068594909' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:49.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:48 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:48.789067+0000 mon.smithi019 (mon.0) 462 : cluster [INF] osd.3 [v2:172.21.15.19:6810/2297031286,v1:172.21.15.19:6811/2297031286] boot 2024-01-27T23:37:49.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:48 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:48.789093+0000 mon.smithi019 (mon.0) 463 : cluster [INF] osd.4 [v2:172.21.15.40:6816/4035733877,v1:172.21.15.40:6817/4035733877] boot 2024-01-27T23:37:49.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:48 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:48.789116+0000 mon.smithi019 (mon.0) 464 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2024-01-27T23:37:49.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:48 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:48.789244+0000 mon.smithi019 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:37:49.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:48 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:48.789646+0000 mon.smithi019 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:37:49.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:48 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:48.789901+0000 mon.smithi019 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:37:49.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:48 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:48.790157+0000 mon.smithi019 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:37:49.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:48 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:48.790340+0000 mon.smithi019 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:49.186 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":22,"num_osds":8,"num_up_osds":3,"osd_up_since":1706398664,"num_in_osds":8,"osd_in_since":1706398647,"num_remapped_pgs":0} 2024-01-27T23:37:50.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:49 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:46.867974+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-27T23:37:50.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:49 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:46.868021+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-27T23:37:50.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:49 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:46.885214+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-27T23:37:50.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:49 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:46.885254+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-27T23:37:50.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:49 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:48.559596+0000 mgr.smithi019.ehhwnq (mgr.14180) 88 : cluster [DBG] pgmap v56: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-27T23:37:50.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:49 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:49.341537+0000 mon.smithi019 (mon.0) 470 : audit [INF] from='osd.6 [v2:172.21.15.40:6824/545349265,v1:172.21.15.40:6825/545349265]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-27T23:37:50.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:49 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:49.790666+0000 mon.smithi019 (mon.0) 471 : audit [INF] from='osd.6 [v2:172.21.15.40:6824/545349265,v1:172.21.15.40:6825/545349265]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-27T23:37:50.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:49 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:49.790709+0000 mon.smithi019 (mon.0) 472 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2024-01-27T23:37:50.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:49 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:49.790825+0000 mon.smithi019 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:37:50.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:49 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:49.791064+0000 mon.smithi019 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:37:50.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:49 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:49.791236+0000 mon.smithi019 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:50.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:49 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:49.791418+0000 mon.smithi019 (mon.0) 476 : audit [INF] from='osd.6 [v2:172.21.15.40:6824/545349265,v1:172.21.15.40:6825/545349265]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-01-27T23:37:50.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:49 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:46.867974+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-27T23:37:50.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:49 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:46.868021+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-27T23:37:50.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:49 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:46.885214+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-27T23:37:50.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:49 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:46.885254+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-27T23:37:50.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:49 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:48.559596+0000 mgr.smithi019.ehhwnq (mgr.14180) 88 : cluster [DBG] pgmap v56: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-27T23:37:50.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:49 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:49.341537+0000 mon.smithi019 (mon.0) 470 : audit [INF] from='osd.6 [v2:172.21.15.40:6824/545349265,v1:172.21.15.40:6825/545349265]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-27T23:37:50.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:49 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:49.790666+0000 mon.smithi019 (mon.0) 471 : audit [INF] from='osd.6 [v2:172.21.15.40:6824/545349265,v1:172.21.15.40:6825/545349265]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-27T23:37:50.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:49 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:49.790709+0000 mon.smithi019 (mon.0) 472 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2024-01-27T23:37:50.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:49 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:49.790825+0000 mon.smithi019 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:37:50.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:49 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:49.791064+0000 mon.smithi019 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:37:50.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:49 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:49.791236+0000 mon.smithi019 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:50.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:49 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:49.791418+0000 mon.smithi019 (mon.0) 476 : audit [INF] from='osd.6 [v2:172.21.15.40:6824/545349265,v1:172.21.15.40:6825/545349265]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-01-27T23:37:50.187 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:37:51.122 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:49.846462+0000 mon.smithi019 (mon.0) 477 : audit [INF] from='osd.5 [v2:172.21.15.19:6818/225981690,v1:172.21.15.19:6819/225981690]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-27T23:37:51.122 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:50.771753+0000 mon.smithi019 (mon.0) 478 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:51.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:49.846462+0000 mon.smithi019 (mon.0) 477 : audit [INF] from='osd.5 [v2:172.21.15.19:6818/225981690,v1:172.21.15.19:6819/225981690]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-27T23:37:51.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:50.771753+0000 mon.smithi019 (mon.0) 478 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:51.631 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:37:52.114 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:50.560069+0000 mgr.smithi019.ehhwnq (mgr.14180) 89 : cluster [DBG] pgmap v59: 1 pgs: 1 remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-27T23:37:52.114 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:50.798331+0000 mon.smithi019 (mon.0) 479 : audit [INF] from='osd.6 [v2:172.21.15.40:6824/545349265,v1:172.21.15.40:6825/545349265]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-01-27T23:37:52.114 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:50.798450+0000 mon.smithi019 (mon.0) 480 : audit [INF] from='osd.5 [v2:172.21.15.19:6818/225981690,v1:172.21.15.19:6819/225981690]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-27T23:37:52.114 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:50.798510+0000 mon.smithi019 (mon.0) 481 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2024-01-27T23:37:52.114 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:50.799193+0000 mon.smithi019 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:37:52.114 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:50.799602+0000 mon.smithi019 (mon.0) 483 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:37:52.114 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:50.800168+0000 mon.smithi019 (mon.0) 484 : audit [INF] from='osd.5 [v2:172.21.15.19:6818/225981690,v1:172.21.15.19:6819/225981690]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2024-01-27T23:37:52.114 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:50.800530+0000 mon.smithi019 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:52.115 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:50.805236+0000 mon.smithi019 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:37:52.115 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:51.635026+0000 mon.smithi019 (mon.0) 487 : audit [DBG] from='client.? 172.21.15.19:0/617285149' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:52.115 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:51.796743+0000 mon.smithi019 (mon.0) 488 : audit [INF] from='osd.5 [v2:172.21.15.19:6818/225981690,v1:172.21.15.19:6819/225981690]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]': finished 2024-01-27T23:37:52.115 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:51.796821+0000 mon.smithi019 (mon.0) 489 : cluster [INF] osd.6 [v2:172.21.15.40:6824/545349265,v1:172.21.15.40:6825/545349265] boot 2024-01-27T23:37:52.115 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:51.796859+0000 mon.smithi019 (mon.0) 490 : cluster [DBG] osdmap e26: 8 total, 6 up, 8 in 2024-01-27T23:37:52.115 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:51.796969+0000 mon.smithi019 (mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:37:52.115 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:51.797393+0000 mon.smithi019 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:37:52.115 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:51.798010+0000 mon.smithi019 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:52.115 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:51.800174+0000 mon.smithi019 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:37:52.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:50.560069+0000 mgr.smithi019.ehhwnq (mgr.14180) 89 : cluster [DBG] pgmap v59: 1 pgs: 1 remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-27T23:37:52.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:50.798331+0000 mon.smithi019 (mon.0) 479 : audit [INF] from='osd.6 [v2:172.21.15.40:6824/545349265,v1:172.21.15.40:6825/545349265]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-01-27T23:37:52.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:50.798450+0000 mon.smithi019 (mon.0) 480 : audit [INF] from='osd.5 [v2:172.21.15.19:6818/225981690,v1:172.21.15.19:6819/225981690]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-27T23:37:52.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:50.798510+0000 mon.smithi019 (mon.0) 481 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2024-01-27T23:37:52.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:50.799193+0000 mon.smithi019 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:37:52.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:50.799602+0000 mon.smithi019 (mon.0) 483 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:37:52.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:50.800168+0000 mon.smithi019 (mon.0) 484 : audit [INF] from='osd.5 [v2:172.21.15.19:6818/225981690,v1:172.21.15.19:6819/225981690]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2024-01-27T23:37:52.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:50.800530+0000 mon.smithi019 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:52.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:50.805236+0000 mon.smithi019 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:37:52.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:51.635026+0000 mon.smithi019 (mon.0) 487 : audit [DBG] from='client.? 172.21.15.19:0/617285149' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:52.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:51.796743+0000 mon.smithi019 (mon.0) 488 : audit [INF] from='osd.5 [v2:172.21.15.19:6818/225981690,v1:172.21.15.19:6819/225981690]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]': finished 2024-01-27T23:37:52.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:51.796821+0000 mon.smithi019 (mon.0) 489 : cluster [INF] osd.6 [v2:172.21.15.40:6824/545349265,v1:172.21.15.40:6825/545349265] boot 2024-01-27T23:37:52.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:51.796859+0000 mon.smithi019 (mon.0) 490 : cluster [DBG] osdmap e26: 8 total, 6 up, 8 in 2024-01-27T23:37:52.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:51.796969+0000 mon.smithi019 (mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:37:52.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:51.797393+0000 mon.smithi019 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:37:52.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:51.798010+0000 mon.smithi019 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:52.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:51.800174+0000 mon.smithi019 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:37:52.133 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":25,"num_osds":8,"num_up_osds":5,"osd_up_since":1706398668,"num_in_osds":8,"osd_in_since":1706398647,"num_remapped_pgs":0} 2024-01-27T23:37:52.936 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:50.369412+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-27T23:37:52.936 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:50.369469+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-27T23:37:52.937 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:52.798178+0000 mon.smithi019 (mon.0) 495 : cluster [INF] osd.5 [v2:172.21.15.19:6818/225981690,v1:172.21.15.19:6819/225981690] boot 2024-01-27T23:37:52.937 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:52.798200+0000 mon.smithi019 (mon.0) 496 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2024-01-27T23:37:52.937 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:52.798510+0000 mon.smithi019 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:37:52.937 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:52.798815+0000 mon.smithi019 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:53.122 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:50.369412+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-27T23:37:53.122 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:50.369469+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-27T23:37:53.122 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:52.798178+0000 mon.smithi019 (mon.0) 495 : cluster [INF] osd.5 [v2:172.21.15.19:6818/225981690,v1:172.21.15.19:6819/225981690] boot 2024-01-27T23:37:53.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:52.798200+0000 mon.smithi019 (mon.0) 496 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2024-01-27T23:37:53.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:52.798510+0000 mon.smithi019 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:37:53.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:52.798815+0000 mon.smithi019 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:53.134 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:37:54.122 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:53 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:50.843527+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-27T23:37:54.122 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:53 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:50.843574+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-27T23:37:54.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:53 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:52.560499+0000 mgr.smithi019.ehhwnq (mgr.14180) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 remapped+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-27T23:37:54.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:53 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:52.992366+0000 mon.smithi019 (mon.0) 499 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:54.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:53 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:52.994126+0000 mon.smithi019 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:37:54.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:53 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:53.801839+0000 mon.smithi019 (mon.0) 501 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2024-01-27T23:37:54.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:53 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:53.801976+0000 mon.smithi019 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:54.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:53 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:50.843527+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-27T23:37:54.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:53 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:50.843574+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-27T23:37:54.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:53 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:52.560499+0000 mgr.smithi019.ehhwnq (mgr.14180) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 remapped+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-27T23:37:54.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:53 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:52.992366+0000 mon.smithi019 (mon.0) 499 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:54.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:53 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:52.994126+0000 mon.smithi019 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:37:54.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:53 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:53.801839+0000 mon.smithi019 (mon.0) 501 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2024-01-27T23:37:54.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:53 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:53.801976+0000 mon.smithi019 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:54.751 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:37:54.872 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:54 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:53.992693+0000 mon.smithi019 (mon.0) 503 : audit [INF] from='osd.7 [v2:172.21.15.19:6826/4210397481,v1:172.21.15.19:6827/4210397481]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-27T23:37:54.872 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:54 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:54.217502+0000 mon.smithi019 (mon.0) 504 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:54.872 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:54 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:54.755354+0000 mon.smithi019 (mon.0) 505 : audit [DBG] from='client.? 172.21.15.19:0/3651898969' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:55.058 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:54 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:53.992693+0000 mon.smithi019 (mon.0) 503 : audit [INF] from='osd.7 [v2:172.21.15.19:6826/4210397481,v1:172.21.15.19:6827/4210397481]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-27T23:37:55.058 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:54 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:54.217502+0000 mon.smithi019 (mon.0) 504 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:55.058 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:54 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:54.755354+0000 mon.smithi019 (mon.0) 505 : audit [DBG] from='client.? 172.21.15.19:0/3651898969' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:55.188 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":28,"num_osds":8,"num_up_osds":7,"osd_up_since":1706398672,"num_in_osds":8,"osd_in_since":1706398647,"num_remapped_pgs":0} 2024-01-27T23:37:56.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:54.560829+0000 mgr.smithi019.ehhwnq (mgr.14180) 91 : cluster [DBG] pgmap v65: 1 pgs: 1 remapped+peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-27T23:37:56.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:54.832255+0000 mon.smithi019 (mon.0) 506 : audit [INF] from='osd.7 [v2:172.21.15.19:6826/4210397481,v1:172.21.15.19:6827/4210397481]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-27T23:37:56.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:54.832311+0000 mon.smithi019 (mon.0) 507 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2024-01-27T23:37:56.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:54.832455+0000 mon.smithi019 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:56.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:54.832799+0000 mon.smithi019 (mon.0) 509 : audit [INF] from='osd.7 [v2:172.21.15.19:6826/4210397481,v1:172.21.15.19:6827/4210397481]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2024-01-27T23:37:56.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:54.560829+0000 mgr.smithi019.ehhwnq (mgr.14180) 91 : cluster [DBG] pgmap v65: 1 pgs: 1 remapped+peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-27T23:37:56.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:54.832255+0000 mon.smithi019 (mon.0) 506 : audit [INF] from='osd.7 [v2:172.21.15.19:6826/4210397481,v1:172.21.15.19:6827/4210397481]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-27T23:37:56.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:54.832311+0000 mon.smithi019 (mon.0) 507 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2024-01-27T23:37:56.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:54.832455+0000 mon.smithi019 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:56.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:54.832799+0000 mon.smithi019 (mon.0) 509 : audit [INF] from='osd.7 [v2:172.21.15.19:6826/4210397481,v1:172.21.15.19:6827/4210397481]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2024-01-27T23:37:56.189 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:37:56.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:56 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:55.833386+0000 mon.smithi019 (mon.0) 510 : audit [INF] from='osd.7 [v2:172.21.15.19:6826/4210397481,v1:172.21.15.19:6827/4210397481]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]': finished 2024-01-27T23:37:56.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:56 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:55.833436+0000 mon.smithi019 (mon.0) 511 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2024-01-27T23:37:56.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:56 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:55.833556+0000 mon.smithi019 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:56.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:56 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:55.836564+0000 mon.smithi019 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:56.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:56 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:56.046533+0000 mon.smithi019 (mon.0) 514 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:56.874 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:56 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:56.239212+0000 mon.smithi019 (mon.0) 515 : cluster [INF] osd.7 [v2:172.21.15.19:6826/4210397481,v1:172.21.15.19:6827/4210397481] boot 2024-01-27T23:37:56.874 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:56 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:56.239236+0000 mon.smithi019 (mon.0) 516 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2024-01-27T23:37:56.874 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:56 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:56.239736+0000 mon.smithi019 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:57.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:55.833386+0000 mon.smithi019 (mon.0) 510 : audit [INF] from='osd.7 [v2:172.21.15.19:6826/4210397481,v1:172.21.15.19:6827/4210397481]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]': finished 2024-01-27T23:37:57.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:55.833436+0000 mon.smithi019 (mon.0) 511 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2024-01-27T23:37:57.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:55.833556+0000 mon.smithi019 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:57.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:55.836564+0000 mon.smithi019 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:57.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:56.046533+0000 mon.smithi019 (mon.0) 514 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:57.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:56.239212+0000 mon.smithi019 (mon.0) 515 : cluster [INF] osd.7 [v2:172.21.15.19:6826/4210397481,v1:172.21.15.19:6827/4210397481] boot 2024-01-27T23:37:57.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:56.239236+0000 mon.smithi019 (mon.0) 516 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2024-01-27T23:37:57.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:56.239736+0000 mon.smithi019 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:37:57.880 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:37:58.186 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:55.023599+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-27T23:37:58.186 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:55.023678+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-27T23:37:58.186 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:56.561154+0000 mgr.smithi019.ehhwnq (mgr.14180) 92 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-27T23:37:58.186 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:37:56.880518+0000 mgr.smithi019.ehhwnq (mgr.14180) 93 : cephadm [INF] Detected new or changed devices on smithi040 2024-01-27T23:37:58.186 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:56.885751+0000 mon.smithi019 (mon.0) 518 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:58.187 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:57.167502+0000 mon.smithi019 (mon.0) 519 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:37:58.187 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:57.168138+0000 mon.smithi019 (mon.0) 520 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:37:58.187 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:57.168648+0000 mon.smithi019 (mon.0) 521 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:37:58.187 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:57.169152+0000 mon.smithi019 (mon.0) 522 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:37:58.187 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:57.173186+0000 mon.smithi019 (mon.0) 523 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:58.187 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:57.249943+0000 mon.smithi019 (mon.0) 524 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2024-01-27T23:37:58.280 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":32,"num_osds":8,"num_up_osds":8,"osd_up_since":1706398676,"num_in_osds":8,"osd_in_since":1706398647,"num_remapped_pgs":0} 2024-01-27T23:37:58.281 INFO:tasks.cephadm:Setting up client nodes... 2024-01-27T23:37:58.281 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-27T23:37:58.372 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:55.023599+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-27T23:37:58.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:55.023678+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-27T23:37:58.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:56.561154+0000 mgr.smithi019.ehhwnq (mgr.14180) 92 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-27T23:37:58.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:37:56.880518+0000 mgr.smithi019.ehhwnq (mgr.14180) 93 : cephadm [INF] Detected new or changed devices on smithi040 2024-01-27T23:37:58.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:56.885751+0000 mon.smithi019 (mon.0) 518 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:58.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:57.167502+0000 mon.smithi019 (mon.0) 519 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:37:58.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:57.168138+0000 mon.smithi019 (mon.0) 520 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:37:58.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:57.168648+0000 mon.smithi019 (mon.0) 521 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:37:58.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:57.169152+0000 mon.smithi019 (mon.0) 522 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:37:58.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:57.173186+0000 mon.smithi019 (mon.0) 523 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:37:58.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:57.249943+0000 mon.smithi019 (mon.0) 524 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2024-01-27T23:37:59.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:58 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:37:57.169559+0000 mgr.smithi019.ehhwnq (mgr.14180) 94 : cephadm [INF] Adjusting osd_memory_target on smithi040 to 3993M 2024-01-27T23:37:59.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:58 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:57.884001+0000 mon.smithi019 (mon.0) 525 : audit [DBG] from='client.? 172.21.15.19:0/118556535' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:59.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:58 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:58.252033+0000 mon.smithi019 (mon.0) 526 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2024-01-27T23:37:59.372 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:58 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:37:57.169559+0000 mgr.smithi019.ehhwnq (mgr.14180) 94 : cephadm [INF] Adjusting osd_memory_target on smithi040 to 3993M 2024-01-27T23:37:59.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:58 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:57.884001+0000 mon.smithi019 (mon.0) 525 : audit [DBG] from='client.? 172.21.15.19:0/118556535' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:37:59.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:58 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:58.252033+0000 mon.smithi019 (mon.0) 526 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2024-01-27T23:38:00.116 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:37:58.561553+0000 mgr.smithi019.ehhwnq (mgr.14180) 95 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:00.116 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:59.463710+0000 mon.smithi019 (mon.0) 527 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:38:00.116 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:59.862626+0000 mon.smithi019 (mon.0) 528 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:38:00.117 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:59.863235+0000 mon.smithi019 (mon.0) 529 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:38:00.117 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:59.863749+0000 mon.smithi019 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:38:00.117 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:59.864243+0000 mon.smithi019 (mon.0) 531 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:38:00.117 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:59.868491+0000 mon.smithi019 (mon.0) 532 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:38:00.117 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:59.869648+0000 mon.smithi019 (mon.0) 533 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:38:00.117 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:59.870297+0000 mon.smithi019 (mon.0) 534 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T23:38:00.117 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:59.874297+0000 mon.smithi019 (mon.0) 535 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:38:00.117 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:59.877765+0000 mon.smithi019 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T23:38:00.117 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:59.880517+0000 mon.smithi019 (mon.0) 537 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-27T23:38:00.117 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:59.881406+0000 mon.smithi019 (mon.0) 538 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-27T23:38:00.117 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:59.881646+0000 mon.smithi019 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:38:00.117 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:37:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:37:59.882151+0000 mon.smithi019 (mon.0) 540 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:38:00.265 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:37:58.561553+0000 mgr.smithi019.ehhwnq (mgr.14180) 95 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:00.265 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:59.463710+0000 mon.smithi019 (mon.0) 527 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:38:00.265 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:59.862626+0000 mon.smithi019 (mon.0) 528 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:38:00.265 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:59.863235+0000 mon.smithi019 (mon.0) 529 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:38:00.265 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:59.863749+0000 mon.smithi019 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:38:00.265 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:59.864243+0000 mon.smithi019 (mon.0) 531 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:38:00.265 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:59.868491+0000 mon.smithi019 (mon.0) 532 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:38:00.266 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:59.869648+0000 mon.smithi019 (mon.0) 533 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:38:00.266 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:59.870297+0000 mon.smithi019 (mon.0) 534 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T23:38:00.266 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:59.874297+0000 mon.smithi019 (mon.0) 535 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:38:00.266 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:59.877765+0000 mon.smithi019 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T23:38:00.266 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:59.880517+0000 mon.smithi019 (mon.0) 537 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-27T23:38:00.266 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:59.881406+0000 mon.smithi019 (mon.0) 538 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-27T23:38:00.266 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:59.881646+0000 mon.smithi019 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:38:00.266 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:37:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:37:59.882151+0000 mon.smithi019 (mon.0) 540 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:38:00.563 INFO:teuthology.orchestra.run.smithi019.stdout:[client.0] 2024-01-27T23:38:00.563 INFO:teuthology.orchestra.run.smithi019.stdout: key = AQDYk7VlLv+jIRAAADNbsRTWqnTnk+R6ci32pQ== 2024-01-27T23:38:01.015 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:00 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:37:59.457831+0000 mgr.smithi019.ehhwnq (mgr.14180) 96 : cephadm [INF] Detected new or changed devices on smithi019 2024-01-27T23:38:01.015 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:00 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:37:59.864632+0000 mgr.smithi019.ehhwnq (mgr.14180) 97 : cephadm [INF] Adjusting osd_memory_target on smithi019 to 3225M 2024-01-27T23:38:01.015 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:00 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:38:00.564250+0000 mon.smithi019 (mon.0) 541 : audit [INF] from='client.? 172.21.15.19:0/1994788914' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-27T23:38:01.015 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:00 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:38:00.567488+0000 mon.smithi019 (mon.0) 542 : audit [INF] from='client.? 172.21.15.19:0/1994788914' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-27T23:38:01.189 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2024-01-27T23:38:01.189 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-01-27T23:38:01.189 DEBUG:teuthology.orchestra.run.smithi019:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-01-27T23:38:01.229 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-27T23:38:01.259 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:00 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:37:59.457831+0000 mgr.smithi019.ehhwnq (mgr.14180) 96 : cephadm [INF] Detected new or changed devices on smithi019 2024-01-27T23:38:01.259 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:00 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:37:59.864632+0000 mgr.smithi019.ehhwnq (mgr.14180) 97 : cephadm [INF] Adjusting osd_memory_target on smithi019 to 3225M 2024-01-27T23:38:01.259 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:00 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:38:00.564250+0000 mon.smithi019 (mon.0) 541 : audit [INF] from='client.? 172.21.15.19:0/1994788914' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-27T23:38:01.259 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:00 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:38:00.567488+0000 mon.smithi019 (mon.0) 542 : audit [INF] from='client.? 172.21.15.19:0/1994788914' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-27T23:38:02.165 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:01 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:38:00.561894+0000 mgr.smithi019.ehhwnq (mgr.14180) 98 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:02.168 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:01 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:38:00.561894+0000 mgr.smithi019.ehhwnq (mgr.14180) 98 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:02.961 INFO:teuthology.orchestra.run.smithi040.stdout:[client.1] 2024-01-27T23:38:02.961 INFO:teuthology.orchestra.run.smithi040.stdout: key = AQDak7VlABFOORAAMQmJH2ZbFvgykstdVvM/yg== 2024-01-27T23:38:03.521 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-01-27T23:38:03.521 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-01-27T23:38:03.521 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-01-27T23:38:03.603 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph osd dump --format=json 2024-01-27T23:38:04.123 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/mon.smithi019/config 2024-01-27T23:38:04.174 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:03 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:38:02.562288+0000 mgr.smithi019.ehhwnq (mgr.14180) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:04.174 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:03 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:38:02.960717+0000 mon.smithi040 (mon.1) 17 : audit [INF] from='client.? 172.21.15.40:0/3896906100' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-27T23:38:04.174 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:03 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:38:02.961274+0000 mon.smithi019 (mon.0) 543 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-27T23:38:04.174 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:03 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:38:02.964409+0000 mon.smithi019 (mon.0) 544 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-27T23:38:04.222 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:38:02.562288+0000 mgr.smithi019.ehhwnq (mgr.14180) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:04.223 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:38:02.960717+0000 mon.smithi040 (mon.1) 17 : audit [INF] from='client.? 172.21.15.40:0/3896906100' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-27T23:38:04.223 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:38:02.961274+0000 mon.smithi019 (mon.0) 543 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-27T23:38:04.223 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:38:02.964409+0000 mon.smithi019 (mon.0) 544 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-27T23:38:05.614 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:38:05.614 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":33,"fsid":"98e8295e-bd6c-11ee-95b2-87774f69a715","created":"2024-01-27T23:34:52.343838+0000","modified":"2024-01-27T23:37:58.248029+0000","last_up_change":"2024-01-27T23:37:56.234739+0000","last_in_change":"2024-01-27T23:37:27.480542+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":13,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-27T23:37:45.242441+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":"22","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":"b4e28e65-b58f-46bb-80ba-94c4465d9371","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6800","nonce":1923119316},{"type":"v1","addr":"172.21.15.40:6801","nonce":1923119316}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6802","nonce":1923119316},{"type":"v1","addr":"172.21.15.40:6803","nonce":1923119316}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6806","nonce":1923119316},{"type":"v1","addr":"172.21.15.40:6807","nonce":1923119316}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6804","nonce":1923119316},{"type":"v1","addr":"172.21.15.40:6805","nonce":1923119316}]},"public_addr":"172.21.15.40:6801/1923119316","cluster_addr":"172.21.15.40:6803/1923119316","heartbeat_back_addr":"172.21.15.40:6807/1923119316","heartbeat_front_addr":"172.21.15.40:6805/1923119316","state":["exists","up"]},{"osd":1,"uuid":"5331a293-f957-44c3-9a2e-8dcabc7e78ac","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.19:6802","nonce":2070053134},{"type":"v1","addr":"172.21.15.19:6803","nonce":2070053134}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6804","nonce":2070053134},{"type":"v1","addr":"172.21.15.19:6805","nonce":2070053134}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6808","nonce":2070053134},{"type":"v1","addr":"172.21.15.19:6809","nonce":2070053134}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6806","nonce":2070053134},{"type":"v1","addr":"172.21.15.19:6807","nonce":2070053134}]},"public_addr":"172.21.15.19:6803/2070053134","cluster_addr":"172.21.15.19:6805/2070053134","heartbeat_back_addr":"172.21.15.19:6809/2070053134","heartbeat_front_addr":"172.21.15.19:6807/2070053134","state":["exists","up"]},{"osd":2,"uuid":"49b463e4-f5a5-49ad-8315-1d461a49bd5e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6808","nonce":301618867},{"type":"v1","addr":"172.21.15.40:6809","nonce":301618867}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6810","nonce":301618867},{"type":"v1","addr":"172.21.15.40:6811","nonce":301618867}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6814","nonce":301618867},{"type":"v1","addr":"172.21.15.40:6815","nonce":301618867}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6812","nonce":301618867},{"type":"v1","addr":"172.21.15.40:6813","nonce":301618867}]},"public_addr":"172.21.15.40:6809/301618867","cluster_addr":"172.21.15.40:6811/301618867","heartbeat_back_addr":"172.21.15.40:6815/301618867","heartbeat_front_addr":"172.21.15.40:6813/301618867","state":["exists","up"]},{"osd":3,"uuid":"5cbe1cb8-3166-436a-8264-3819ad33d865","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6810","nonce":2297031286},{"type":"v1","addr":"172.21.15.19:6811","nonce":2297031286}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6812","nonce":2297031286},{"type":"v1","addr":"172.21.15.19:6813","nonce":2297031286}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6816","nonce":2297031286},{"type":"v1","addr":"172.21.15.19:6817","nonce":2297031286}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6814","nonce":2297031286},{"type":"v1","addr":"172.21.15.19:6815","nonce":2297031286}]},"public_addr":"172.21.15.19:6811/2297031286","cluster_addr":"172.21.15.19:6813/2297031286","heartbeat_back_addr":"172.21.15.19:6817/2297031286","heartbeat_front_addr":"172.21.15.19:6815/2297031286","state":["exists","up"]},{"osd":4,"uuid":"2f022f92-cff3-4346-bb6f-2b4b380b2c06","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6816","nonce":4035733877},{"type":"v1","addr":"172.21.15.40:6817","nonce":4035733877}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6818","nonce":4035733877},{"type":"v1","addr":"172.21.15.40:6819","nonce":4035733877}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6822","nonce":4035733877},{"type":"v1","addr":"172.21.15.40:6823","nonce":4035733877}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6820","nonce":4035733877},{"type":"v1","addr":"172.21.15.40:6821","nonce":4035733877}]},"public_addr":"172.21.15.40:6817/4035733877","cluster_addr":"172.21.15.40:6819/4035733877","heartbeat_back_addr":"172.21.15.40:6823/4035733877","heartbeat_front_addr":"172.21.15.40:6821/4035733877","state":["exists","up"]},{"osd":5,"uuid":"dbc6237d-393b-4e96-951d-19227e750f4c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6818","nonce":225981690},{"type":"v1","addr":"172.21.15.19:6819","nonce":225981690}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6820","nonce":225981690},{"type":"v1","addr":"172.21.15.19:6821","nonce":225981690}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6824","nonce":225981690},{"type":"v1","addr":"172.21.15.19:6825","nonce":225981690}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6822","nonce":225981690},{"type":"v1","addr":"172.21.15.19:6823","nonce":225981690}]},"public_addr":"172.21.15.19:6819/225981690","cluster_addr":"172.21.15.19:6821/225981690","heartbeat_back_addr":"172.21.15.19:6825/225981690","heartbeat_front_addr":"172.21.15.19:6823/225981690","state":["exists","up"]},{"osd":6,"uuid":"c010bcb9-2d5f-4639-9c53-ad31d487611e","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.40:6824","nonce":545349265},{"type":"v1","addr":"172.21.15.40:6825","nonce":545349265}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6826","nonce":545349265},{"type":"v1","addr":"172.21.15.40:6827","nonce":545349265}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6830","nonce":545349265},{"type":"v1","addr":"172.21.15.40:6831","nonce":545349265}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6828","nonce":545349265},{"type":"v1","addr":"172.21.15.40:6829","nonce":545349265}]},"public_addr":"172.21.15.40:6825/545349265","cluster_addr":"172.21.15.40:6827/545349265","heartbeat_back_addr":"172.21.15.40:6831/545349265","heartbeat_front_addr":"172.21.15.40:6829/545349265","state":["exists","up"]},{"osd":7,"uuid":"d0ac4f69-a226-4090-819f-548de98617d0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6826","nonce":4210397481},{"type":"v1","addr":"172.21.15.19:6827","nonce":4210397481}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6828","nonce":4210397481},{"type":"v1","addr":"172.21.15.19:6829","nonce":4210397481}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6832","nonce":4210397481},{"type":"v1","addr":"172.21.15.19:6833","nonce":4210397481}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6830","nonce":4210397481},{"type":"v1","addr":"172.21.15.19:6831","nonce":4210397481}]},"public_addr":"172.21.15.19:6827/4210397481","cluster_addr":"172.21.15.19:6829/4210397481","heartbeat_back_addr":"172.21.15.19:6833/4210397481","heartbeat_front_addr":"172.21.15.19:6831/4210397481","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:37:39.957529+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:37:42.969322+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:37:43.380728+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:37:46.868024+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:37:46.885256+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:37:50.843576+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:37:50.369472+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:37:55.023683+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.19:6801/2799836391":"2024-01-28T23:36:18.542085+0000","172.21.15.19:0/1897248177":"2024-01-28T23:36:18.542085+0000","172.21.15.19:0/3471591948":"2024-01-28T23:36:18.542085+0000","172.21.15.19:6800/2799836391":"2024-01-28T23:36:18.542085+0000","172.21.15.19:0/1093482678":"2024-01-28T23:35:39.470019+0000","172.21.15.19:0/268405621":"2024-01-28T23:35:39.470019+0000","172.21.15.19:6801/1169109087":"2024-01-28T23:35:39.470019+0000","172.21.15.19:6800/1169109087":"2024-01-28T23:35:39.470019+0000","172.21.15.19:0/3596499758":"2024-01-28T23:35:12.833891+0000","172.21.15.19:6800/3516400289":"2024-01-28T23:35:12.833891+0000","172.21.15.19:6801/3516400289":"2024-01-28T23:35:12.833891+0000","172.21.15.19:0/2433044432":"2024-01-28T23:35:12.833891+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-01-27T23:38:05.995 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-01-27T23:37:45.242441+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': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-01-27T23:38:05.995 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-01-27T23:38:06.251 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:05 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:38:04.562590+0000 mgr.smithi019.ehhwnq (mgr.14180) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:06.251 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:05 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:38:05.617079+0000 mon.smithi019 (mon.0) 545 : audit [DBG] from='client.? 172.21.15.19:0/3908395605' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-27T23:38:06.276 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:05 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:38:04.562590+0000 mgr.smithi019.ehhwnq (mgr.14180) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:06.276 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:05 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:38:05.617079+0000 mon.smithi019 (mon.0) 545 : audit [DBG] from='client.? 172.21.15.19:0/3908395605' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-27T23:38:06.327 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/mon.smithi019/config 2024-01-27T23:38:07.402 INFO:teuthology.orchestra.run.smithi019.stdout:pg_num: 1 2024-01-27T23:38:07.622 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:38:06.308756+0000 mon.smithi019 (mon.0) 546 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:38:07.623 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:38:06.337235+0000 mon.smithi019 (mon.0) 547 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:38:07.623 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:38:06.562887+0000 mgr.smithi019.ehhwnq (mgr.14180) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:07.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:38:06.308756+0000 mon.smithi019 (mon.0) 546 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:38:07.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:38:06.337235+0000 mon.smithi019 (mon.0) 547 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:38:07.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:38:06.562887+0000 mgr.smithi019.ehhwnq (mgr.14180) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:07.736 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-01-27T23:38:07.736 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-01-27T23:38:07.737 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph mgr dump --format=json 2024-01-27T23:38:08.009 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/mon.smithi019/config 2024-01-27T23:38:08.373 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:08 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:38:07.405636+0000 mon.smithi019 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.19:0/897144126' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-27T23:38:08.622 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:08 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:38:07.405636+0000 mon.smithi019 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.19:0/897144126' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-27T23:38:09.174 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:38:09.476 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:38:08.563156+0000 mgr.smithi019.ehhwnq (mgr.14180) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:09.476 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:38:09.173884+0000 mon.smithi019 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.19:0/2819916592' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-27T23:38:09.544 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi019.ehhwnq","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6800","nonce":82037821},{"type":"v1","addr":"172.21.15.19:6801","nonce":82037821}]},"active_addr":"172.21.15.19:6801/82037821","active_change":"2024-01-27T23:36:18.542197+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14202,"name":"smithi040.bqazan","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":3091288959}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.19:0","nonce":3777635046}]}]} 2024-01-27T23:38:09.547 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-01-27T23:38:09.547 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-01-27T23:38:09.547 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph osd dump --format=json 2024-01-27T23:38:09.622 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:38:08.563156+0000 mgr.smithi019.ehhwnq (mgr.14180) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:09.623 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:38:09.173884+0000 mon.smithi019 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.19:0/2819916592' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-27T23:38:09.821 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/mon.smithi019/config 2024-01-27T23:38:10.925 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:38:10.925 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":33,"fsid":"98e8295e-bd6c-11ee-95b2-87774f69a715","created":"2024-01-27T23:34:52.343838+0000","modified":"2024-01-27T23:37:58.248029+0000","last_up_change":"2024-01-27T23:37:56.234739+0000","last_in_change":"2024-01-27T23:37:27.480542+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":13,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-27T23:37:45.242441+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":"22","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":"b4e28e65-b58f-46bb-80ba-94c4465d9371","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6800","nonce":1923119316},{"type":"v1","addr":"172.21.15.40:6801","nonce":1923119316}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6802","nonce":1923119316},{"type":"v1","addr":"172.21.15.40:6803","nonce":1923119316}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6806","nonce":1923119316},{"type":"v1","addr":"172.21.15.40:6807","nonce":1923119316}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6804","nonce":1923119316},{"type":"v1","addr":"172.21.15.40:6805","nonce":1923119316}]},"public_addr":"172.21.15.40:6801/1923119316","cluster_addr":"172.21.15.40:6803/1923119316","heartbeat_back_addr":"172.21.15.40:6807/1923119316","heartbeat_front_addr":"172.21.15.40:6805/1923119316","state":["exists","up"]},{"osd":1,"uuid":"5331a293-f957-44c3-9a2e-8dcabc7e78ac","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.19:6802","nonce":2070053134},{"type":"v1","addr":"172.21.15.19:6803","nonce":2070053134}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6804","nonce":2070053134},{"type":"v1","addr":"172.21.15.19:6805","nonce":2070053134}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6808","nonce":2070053134},{"type":"v1","addr":"172.21.15.19:6809","nonce":2070053134}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6806","nonce":2070053134},{"type":"v1","addr":"172.21.15.19:6807","nonce":2070053134}]},"public_addr":"172.21.15.19:6803/2070053134","cluster_addr":"172.21.15.19:6805/2070053134","heartbeat_back_addr":"172.21.15.19:6809/2070053134","heartbeat_front_addr":"172.21.15.19:6807/2070053134","state":["exists","up"]},{"osd":2,"uuid":"49b463e4-f5a5-49ad-8315-1d461a49bd5e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6808","nonce":301618867},{"type":"v1","addr":"172.21.15.40:6809","nonce":301618867}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6810","nonce":301618867},{"type":"v1","addr":"172.21.15.40:6811","nonce":301618867}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6814","nonce":301618867},{"type":"v1","addr":"172.21.15.40:6815","nonce":301618867}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6812","nonce":301618867},{"type":"v1","addr":"172.21.15.40:6813","nonce":301618867}]},"public_addr":"172.21.15.40:6809/301618867","cluster_addr":"172.21.15.40:6811/301618867","heartbeat_back_addr":"172.21.15.40:6815/301618867","heartbeat_front_addr":"172.21.15.40:6813/301618867","state":["exists","up"]},{"osd":3,"uuid":"5cbe1cb8-3166-436a-8264-3819ad33d865","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6810","nonce":2297031286},{"type":"v1","addr":"172.21.15.19:6811","nonce":2297031286}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6812","nonce":2297031286},{"type":"v1","addr":"172.21.15.19:6813","nonce":2297031286}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6816","nonce":2297031286},{"type":"v1","addr":"172.21.15.19:6817","nonce":2297031286}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6814","nonce":2297031286},{"type":"v1","addr":"172.21.15.19:6815","nonce":2297031286}]},"public_addr":"172.21.15.19:6811/2297031286","cluster_addr":"172.21.15.19:6813/2297031286","heartbeat_back_addr":"172.21.15.19:6817/2297031286","heartbeat_front_addr":"172.21.15.19:6815/2297031286","state":["exists","up"]},{"osd":4,"uuid":"2f022f92-cff3-4346-bb6f-2b4b380b2c06","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6816","nonce":4035733877},{"type":"v1","addr":"172.21.15.40:6817","nonce":4035733877}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6818","nonce":4035733877},{"type":"v1","addr":"172.21.15.40:6819","nonce":4035733877}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6822","nonce":4035733877},{"type":"v1","addr":"172.21.15.40:6823","nonce":4035733877}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6820","nonce":4035733877},{"type":"v1","addr":"172.21.15.40:6821","nonce":4035733877}]},"public_addr":"172.21.15.40:6817/4035733877","cluster_addr":"172.21.15.40:6819/4035733877","heartbeat_back_addr":"172.21.15.40:6823/4035733877","heartbeat_front_addr":"172.21.15.40:6821/4035733877","state":["exists","up"]},{"osd":5,"uuid":"dbc6237d-393b-4e96-951d-19227e750f4c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6818","nonce":225981690},{"type":"v1","addr":"172.21.15.19:6819","nonce":225981690}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6820","nonce":225981690},{"type":"v1","addr":"172.21.15.19:6821","nonce":225981690}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6824","nonce":225981690},{"type":"v1","addr":"172.21.15.19:6825","nonce":225981690}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6822","nonce":225981690},{"type":"v1","addr":"172.21.15.19:6823","nonce":225981690}]},"public_addr":"172.21.15.19:6819/225981690","cluster_addr":"172.21.15.19:6821/225981690","heartbeat_back_addr":"172.21.15.19:6825/225981690","heartbeat_front_addr":"172.21.15.19:6823/225981690","state":["exists","up"]},{"osd":6,"uuid":"c010bcb9-2d5f-4639-9c53-ad31d487611e","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.40:6824","nonce":545349265},{"type":"v1","addr":"172.21.15.40:6825","nonce":545349265}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6826","nonce":545349265},{"type":"v1","addr":"172.21.15.40:6827","nonce":545349265}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6830","nonce":545349265},{"type":"v1","addr":"172.21.15.40:6831","nonce":545349265}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6828","nonce":545349265},{"type":"v1","addr":"172.21.15.40:6829","nonce":545349265}]},"public_addr":"172.21.15.40:6825/545349265","cluster_addr":"172.21.15.40:6827/545349265","heartbeat_back_addr":"172.21.15.40:6831/545349265","heartbeat_front_addr":"172.21.15.40:6829/545349265","state":["exists","up"]},{"osd":7,"uuid":"d0ac4f69-a226-4090-819f-548de98617d0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6826","nonce":4210397481},{"type":"v1","addr":"172.21.15.19:6827","nonce":4210397481}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6828","nonce":4210397481},{"type":"v1","addr":"172.21.15.19:6829","nonce":4210397481}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6832","nonce":4210397481},{"type":"v1","addr":"172.21.15.19:6833","nonce":4210397481}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6830","nonce":4210397481},{"type":"v1","addr":"172.21.15.19:6831","nonce":4210397481}]},"public_addr":"172.21.15.19:6827/4210397481","cluster_addr":"172.21.15.19:6829/4210397481","heartbeat_back_addr":"172.21.15.19:6833/4210397481","heartbeat_front_addr":"172.21.15.19:6831/4210397481","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:37:39.957529+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:37:42.969322+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:37:43.380728+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:37:46.868024+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:37:46.885256+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:37:50.843576+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:37:50.369472+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:37:55.023683+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.19:6801/2799836391":"2024-01-28T23:36:18.542085+0000","172.21.15.19:0/1897248177":"2024-01-28T23:36:18.542085+0000","172.21.15.19:0/3471591948":"2024-01-28T23:36:18.542085+0000","172.21.15.19:6800/2799836391":"2024-01-28T23:36:18.542085+0000","172.21.15.19:0/1093482678":"2024-01-28T23:35:39.470019+0000","172.21.15.19:0/268405621":"2024-01-28T23:35:39.470019+0000","172.21.15.19:6801/1169109087":"2024-01-28T23:35:39.470019+0000","172.21.15.19:6800/1169109087":"2024-01-28T23:35:39.470019+0000","172.21.15.19:0/3596499758":"2024-01-28T23:35:12.833891+0000","172.21.15.19:6800/3516400289":"2024-01-28T23:35:12.833891+0000","172.21.15.19:6801/3516400289":"2024-01-28T23:35:12.833891+0000","172.21.15.19:0/2433044432":"2024-01-28T23:35:12.833891+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-01-27T23:38:11.286 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-01-27T23:38:11.286 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph osd dump --format=json 2024-01-27T23:38:11.560 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/mon.smithi019/config 2024-01-27T23:38:11.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:38:10.563402+0000 mgr.smithi019.ehhwnq (mgr.14180) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:11.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:38:10.927830+0000 mon.smithi019 (mon.0) 550 : audit [DBG] from='client.? 172.21.15.19:0/32822346' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-27T23:38:11.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:38:10.563402+0000 mgr.smithi019.ehhwnq (mgr.14180) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:11.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:38:10.927830+0000 mon.smithi019 (mon.0) 550 : audit [DBG] from='client.? 172.21.15.19:0/32822346' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-27T23:38:12.658 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:38:12.658 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":33,"fsid":"98e8295e-bd6c-11ee-95b2-87774f69a715","created":"2024-01-27T23:34:52.343838+0000","modified":"2024-01-27T23:37:58.248029+0000","last_up_change":"2024-01-27T23:37:56.234739+0000","last_in_change":"2024-01-27T23:37:27.480542+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":13,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-27T23:37:45.242441+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":"22","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":"b4e28e65-b58f-46bb-80ba-94c4465d9371","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6800","nonce":1923119316},{"type":"v1","addr":"172.21.15.40:6801","nonce":1923119316}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6802","nonce":1923119316},{"type":"v1","addr":"172.21.15.40:6803","nonce":1923119316}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6806","nonce":1923119316},{"type":"v1","addr":"172.21.15.40:6807","nonce":1923119316}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6804","nonce":1923119316},{"type":"v1","addr":"172.21.15.40:6805","nonce":1923119316}]},"public_addr":"172.21.15.40:6801/1923119316","cluster_addr":"172.21.15.40:6803/1923119316","heartbeat_back_addr":"172.21.15.40:6807/1923119316","heartbeat_front_addr":"172.21.15.40:6805/1923119316","state":["exists","up"]},{"osd":1,"uuid":"5331a293-f957-44c3-9a2e-8dcabc7e78ac","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.19:6802","nonce":2070053134},{"type":"v1","addr":"172.21.15.19:6803","nonce":2070053134}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6804","nonce":2070053134},{"type":"v1","addr":"172.21.15.19:6805","nonce":2070053134}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6808","nonce":2070053134},{"type":"v1","addr":"172.21.15.19:6809","nonce":2070053134}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6806","nonce":2070053134},{"type":"v1","addr":"172.21.15.19:6807","nonce":2070053134}]},"public_addr":"172.21.15.19:6803/2070053134","cluster_addr":"172.21.15.19:6805/2070053134","heartbeat_back_addr":"172.21.15.19:6809/2070053134","heartbeat_front_addr":"172.21.15.19:6807/2070053134","state":["exists","up"]},{"osd":2,"uuid":"49b463e4-f5a5-49ad-8315-1d461a49bd5e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6808","nonce":301618867},{"type":"v1","addr":"172.21.15.40:6809","nonce":301618867}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6810","nonce":301618867},{"type":"v1","addr":"172.21.15.40:6811","nonce":301618867}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6814","nonce":301618867},{"type":"v1","addr":"172.21.15.40:6815","nonce":301618867}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6812","nonce":301618867},{"type":"v1","addr":"172.21.15.40:6813","nonce":301618867}]},"public_addr":"172.21.15.40:6809/301618867","cluster_addr":"172.21.15.40:6811/301618867","heartbeat_back_addr":"172.21.15.40:6815/301618867","heartbeat_front_addr":"172.21.15.40:6813/301618867","state":["exists","up"]},{"osd":3,"uuid":"5cbe1cb8-3166-436a-8264-3819ad33d865","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6810","nonce":2297031286},{"type":"v1","addr":"172.21.15.19:6811","nonce":2297031286}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6812","nonce":2297031286},{"type":"v1","addr":"172.21.15.19:6813","nonce":2297031286}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6816","nonce":2297031286},{"type":"v1","addr":"172.21.15.19:6817","nonce":2297031286}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6814","nonce":2297031286},{"type":"v1","addr":"172.21.15.19:6815","nonce":2297031286}]},"public_addr":"172.21.15.19:6811/2297031286","cluster_addr":"172.21.15.19:6813/2297031286","heartbeat_back_addr":"172.21.15.19:6817/2297031286","heartbeat_front_addr":"172.21.15.19:6815/2297031286","state":["exists","up"]},{"osd":4,"uuid":"2f022f92-cff3-4346-bb6f-2b4b380b2c06","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6816","nonce":4035733877},{"type":"v1","addr":"172.21.15.40:6817","nonce":4035733877}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6818","nonce":4035733877},{"type":"v1","addr":"172.21.15.40:6819","nonce":4035733877}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6822","nonce":4035733877},{"type":"v1","addr":"172.21.15.40:6823","nonce":4035733877}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6820","nonce":4035733877},{"type":"v1","addr":"172.21.15.40:6821","nonce":4035733877}]},"public_addr":"172.21.15.40:6817/4035733877","cluster_addr":"172.21.15.40:6819/4035733877","heartbeat_back_addr":"172.21.15.40:6823/4035733877","heartbeat_front_addr":"172.21.15.40:6821/4035733877","state":["exists","up"]},{"osd":5,"uuid":"dbc6237d-393b-4e96-951d-19227e750f4c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6818","nonce":225981690},{"type":"v1","addr":"172.21.15.19:6819","nonce":225981690}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6820","nonce":225981690},{"type":"v1","addr":"172.21.15.19:6821","nonce":225981690}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6824","nonce":225981690},{"type":"v1","addr":"172.21.15.19:6825","nonce":225981690}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6822","nonce":225981690},{"type":"v1","addr":"172.21.15.19:6823","nonce":225981690}]},"public_addr":"172.21.15.19:6819/225981690","cluster_addr":"172.21.15.19:6821/225981690","heartbeat_back_addr":"172.21.15.19:6825/225981690","heartbeat_front_addr":"172.21.15.19:6823/225981690","state":["exists","up"]},{"osd":6,"uuid":"c010bcb9-2d5f-4639-9c53-ad31d487611e","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.40:6824","nonce":545349265},{"type":"v1","addr":"172.21.15.40:6825","nonce":545349265}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6826","nonce":545349265},{"type":"v1","addr":"172.21.15.40:6827","nonce":545349265}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6830","nonce":545349265},{"type":"v1","addr":"172.21.15.40:6831","nonce":545349265}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6828","nonce":545349265},{"type":"v1","addr":"172.21.15.40:6829","nonce":545349265}]},"public_addr":"172.21.15.40:6825/545349265","cluster_addr":"172.21.15.40:6827/545349265","heartbeat_back_addr":"172.21.15.40:6831/545349265","heartbeat_front_addr":"172.21.15.40:6829/545349265","state":["exists","up"]},{"osd":7,"uuid":"d0ac4f69-a226-4090-819f-548de98617d0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6826","nonce":4210397481},{"type":"v1","addr":"172.21.15.19:6827","nonce":4210397481}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6828","nonce":4210397481},{"type":"v1","addr":"172.21.15.19:6829","nonce":4210397481}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6832","nonce":4210397481},{"type":"v1","addr":"172.21.15.19:6833","nonce":4210397481}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6830","nonce":4210397481},{"type":"v1","addr":"172.21.15.19:6831","nonce":4210397481}]},"public_addr":"172.21.15.19:6827/4210397481","cluster_addr":"172.21.15.19:6829/4210397481","heartbeat_back_addr":"172.21.15.19:6833/4210397481","heartbeat_front_addr":"172.21.15.19:6831/4210397481","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:37:39.957529+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:37:42.969322+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:37:43.380728+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:37:46.868024+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:37:46.885256+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:37:50.843576+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:37:50.369472+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:37:55.023683+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.19:6801/2799836391":"2024-01-28T23:36:18.542085+0000","172.21.15.19:0/1897248177":"2024-01-28T23:36:18.542085+0000","172.21.15.19:0/3471591948":"2024-01-28T23:36:18.542085+0000","172.21.15.19:6800/2799836391":"2024-01-28T23:36:18.542085+0000","172.21.15.19:0/1093482678":"2024-01-28T23:35:39.470019+0000","172.21.15.19:0/268405621":"2024-01-28T23:35:39.470019+0000","172.21.15.19:6801/1169109087":"2024-01-28T23:35:39.470019+0000","172.21.15.19:6800/1169109087":"2024-01-28T23:35:39.470019+0000","172.21.15.19:0/3596499758":"2024-01-28T23:35:12.833891+0000","172.21.15.19:6800/3516400289":"2024-01-28T23:35:12.833891+0000","172.21.15.19:6801/3516400289":"2024-01-28T23:35:12.833891+0000","172.21.15.19:0/2433044432":"2024-01-28T23:35:12.833891+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-01-27T23:38:13.019 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-01-27T23:38:13.291 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/mon.smithi019/config 2024-01-27T23:38:13.697 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:13 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:38:12.563881+0000 mgr.smithi019.ehhwnq (mgr.14180) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:13.697 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:13 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:38:12.661134+0000 mon.smithi019 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.19:0/2344484567' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-27T23:38:13.872 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:13 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:38:12.563881+0000 mgr.smithi019.ehhwnq (mgr.14180) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:13.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:13 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:38:12.661134+0000 mon.smithi019 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.19:0/2344484567' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-27T23:38:14.543 INFO:teuthology.orchestra.run.smithi019.stdout:68719476745 2024-01-27T23:38:14.544 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-01-27T23:38:14.817 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/mon.smithi019/config 2024-01-27T23:38:15.872 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:38:14.564144+0000 mgr.smithi019.ehhwnq (mgr.14180) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:15.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:38:14.564144+0000 mgr.smithi019.ehhwnq (mgr.14180) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:16.276 INFO:teuthology.orchestra.run.smithi019.stdout:81604378632 2024-01-27T23:38:16.277 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-01-27T23:38:16.550 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/mon.smithi019/config 2024-01-27T23:38:17.622 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:17 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:38:16.564477+0000 mgr.smithi019.ehhwnq (mgr.14180) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:17.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:17 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:38:16.564477+0000 mgr.smithi019.ehhwnq (mgr.14180) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:17.818 INFO:teuthology.orchestra.run.smithi019.stdout:81604378632 2024-01-27T23:38:17.818 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-01-27T23:38:18.091 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/mon.smithi019/config 2024-01-27T23:38:19.468 INFO:teuthology.orchestra.run.smithi019.stdout:98784247817 2024-01-27T23:38:19.469 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-01-27T23:38:19.743 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/mon.smithi019/config 2024-01-27T23:38:19.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:38:18.564777+0000 mgr.smithi019.ehhwnq (mgr.14180) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:19.872 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:38:18.564777+0000 mgr.smithi019.ehhwnq (mgr.14180) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:21.035 INFO:teuthology.orchestra.run.smithi019.stdout:98784247817 2024-01-27T23:38:21.035 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-01-27T23:38:21.308 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/mon.smithi019/config 2024-01-27T23:38:21.814 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:21 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:38:20.565075+0000 mgr.smithi019.ehhwnq (mgr.14180) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:21.872 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:21 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:38:20.565075+0000 mgr.smithi019.ehhwnq (mgr.14180) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:22.635 INFO:teuthology.orchestra.run.smithi019.stdout:115964117000 2024-01-27T23:38:22.635 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-01-27T23:38:22.909 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/mon.smithi019/config 2024-01-27T23:38:23.872 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:38:22.565582+0000 mgr.smithi019.ehhwnq (mgr.14180) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:23.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:38:22.565582+0000 mgr.smithi019.ehhwnq (mgr.14180) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:24.226 INFO:teuthology.orchestra.run.smithi019.stdout:111669149705 2024-01-27T23:38:24.226 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-01-27T23:38:24.504 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/mon.smithi019/config 2024-01-27T23:38:25.876 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:25 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:38:24.565907+0000 mgr.smithi019.ehhwnq (mgr.14180) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:25.877 INFO:teuthology.orchestra.run.smithi019.stdout:133143986184 2024-01-27T23:38:25.877 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-01-27T23:38:26.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:25 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:38:24.565907+0000 mgr.smithi019.ehhwnq (mgr.14180) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:26.151 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/mon.smithi019/config 2024-01-27T23:38:27.223 INFO:teuthology.orchestra.run.smithi019.stdout:68719476747 2024-01-27T23:38:27.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:38:26.566326+0000 mgr.smithi019.ehhwnq (mgr.14180) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:27.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:38:27.227038+0000 mon.smithi019 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.19:0/1178972643' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-27T23:38:27.583 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476745 got 68719476747 for osd.0 2024-01-27T23:38:27.584 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-01-27T23:38:27.622 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:38:26.566326+0000 mgr.smithi019.ehhwnq (mgr.14180) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:27.623 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:38:27.227038+0000 mon.smithi019 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.19:0/1178972643' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-27T23:38:27.856 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/mon.smithi019/config 2024-01-27T23:38:29.011 INFO:teuthology.orchestra.run.smithi019.stdout:81604378634 2024-01-27T23:38:29.392 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378632 got 81604378634 for osd.1 2024-01-27T23:38:29.392 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-01-27T23:38:29.665 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/mon.smithi019/config 2024-01-27T23:38:29.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:29 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:38:28.566633+0000 mgr.smithi019.ehhwnq (mgr.14180) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:29.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:29 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:38:29.014520+0000 mon.smithi019 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.19:0/1971583952' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-27T23:38:29.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:29 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:38:28.566633+0000 mgr.smithi019.ehhwnq (mgr.14180) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:29.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:29 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:38:29.014520+0000 mon.smithi019 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.19:0/1971583952' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-27T23:38:30.736 INFO:teuthology.orchestra.run.smithi019.stdout:81604378635 2024-01-27T23:38:31.108 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378632 got 81604378635 for osd.2 2024-01-27T23:38:31.108 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-01-27T23:38:31.383 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/mon.smithi019/config 2024-01-27T23:38:31.795 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:31 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:38:30.566904+0000 mgr.smithi019.ehhwnq (mgr.14180) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:31.795 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:31 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:38:30.740031+0000 mon.smithi019 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.19:0/2142788643' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-27T23:38:31.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:31 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:38:30.566904+0000 mgr.smithi019.ehhwnq (mgr.14180) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:31.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:31 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:38:30.740031+0000 mon.smithi019 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.19:0/2142788643' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-27T23:38:32.475 INFO:teuthology.orchestra.run.smithi019.stdout:98784247819 2024-01-27T23:38:32.797 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:32 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:38:32.479202+0000 mon.smithi019 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.19:0/1140529199' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-27T23:38:32.833 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247817 got 98784247819 for osd.3 2024-01-27T23:38:32.833 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-01-27T23:38:33.107 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/mon.smithi019/config 2024-01-27T23:38:33.122 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:32 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:38:32.479202+0000 mon.smithi019 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.19:0/1140529199' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-27T23:38:33.821 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:33 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:38:32.567187+0000 mgr.smithi019.ehhwnq (mgr.14180) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:34.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:33 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:38:32.567187+0000 mgr.smithi019.ehhwnq (mgr.14180) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:34.163 INFO:teuthology.orchestra.run.smithi019.stdout:98784247819 2024-01-27T23:38:34.549 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247817 got 98784247819 for osd.4 2024-01-27T23:38:34.550 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-01-27T23:38:34.825 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/mon.smithi019/config 2024-01-27T23:38:34.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:34 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:38:34.166726+0000 mon.smithi019 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.19:0/94427044' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-27T23:38:35.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:34 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:38:34.166726+0000 mon.smithi019 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.19:0/94427044' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-27T23:38:35.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:35 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:38:34.567445+0000 mgr.smithi019.ehhwnq (mgr.14180) 115 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:35.907 INFO:teuthology.orchestra.run.smithi019.stdout:115964117003 2024-01-27T23:38:36.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:35 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:38:34.567445+0000 mgr.smithi019.ehhwnq (mgr.14180) 115 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:36.283 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117000 got 115964117003 for osd.5 2024-01-27T23:38:36.283 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-01-27T23:38:36.557 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/mon.smithi019/config 2024-01-27T23:38:36.884 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:36 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:38:35.910907+0000 mon.smithi019 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.19:0/3659568308' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-27T23:38:37.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:36 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:38:35.910907+0000 mon.smithi019 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.19:0/3659568308' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-27T23:38:37.716 INFO:teuthology.orchestra.run.smithi019.stdout:111669149707 2024-01-27T23:38:38.005 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:37 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:38:36.567750+0000 mgr.smithi019.ehhwnq (mgr.14180) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:38.074 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149705 got 111669149707 for osd.6 2024-01-27T23:38:38.075 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-01-27T23:38:38.122 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:37 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:38:36.567750+0000 mgr.smithi019.ehhwnq (mgr.14180) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:38.348 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/mon.smithi019/config 2024-01-27T23:38:38.777 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:38 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:38:37.719638+0000 mon.smithi019 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.19:0/2278121948' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-27T23:38:39.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:38 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:38:37.719638+0000 mon.smithi019 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.19:0/2278121948' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-27T23:38:39.455 INFO:teuthology.orchestra.run.smithi019.stdout:133143986187 2024-01-27T23:38:39.772 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:38:38.568061+0000 mgr.smithi019.ehhwnq (mgr.14180) 117 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:39.772 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:38:39.459046+0000 mon.smithi019 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.19:0/811674933' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-27T23:38:39.833 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986184 got 133143986187 for osd.7 2024-01-27T23:38:39.833 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-01-27T23:38:39.833 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph pg dump --format=json 2024-01-27T23:38:40.106 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/mon.smithi019/config 2024-01-27T23:38:40.122 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:39 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:38:38.568061+0000 mgr.smithi019.ehhwnq (mgr.14180) 117 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:40.122 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:39 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:38:39.459046+0000 mon.smithi019 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.19:0/811674933' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-27T23:38:41.201 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:38:41.202 INFO:teuthology.orchestra.run.smithi019.stderr:dumped all 2024-01-27T23:38:41.573 INFO:teuthology.orchestra.run.smithi019.stdout:{"pg_ready":true,"pg_map":{"version":93,"stamp":"2024-01-27T23:38:40.568240+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":2379288,"kb_used_data":2520,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549160,"statfs":{"total":767926730752,"available":765490339840,"internally_reserved":0,"allocated":2580480,"data_stored":999010,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":33,"state":"active+clean","last_fresh":"2024-01-27T23:37:58.846676+0000","last_change":"2024-01-27T23:37:58.846676+0000","last_active":"2024-01-27T23:37:58.846676+0000","last_peered":"2024-01-27T23:37:58.846676+0000","last_clean":"2024-01-27T23:37:58.846676+0000","last_became_active":"2024-01-27T23:37:58.846341+0000","last_became_peered":"2024-01-27T23:37:58.846341+0000","last_unstale":"2024-01-27T23:37:58.846676+0000","last_undegraded":"2024-01-27T23:37:58.846676+0000","last_fullsized":"2024-01-27T23:37:58.846676+0000","mapping_epoch":32,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":33,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-27T23:37:45.775424+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-27T23:37:45.775424+0000","last_clean_scrub_stamp":"2024-01-27T23:37:45.775424+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":31,"seq":133143986187,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297408,"kb_used_data":312,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443648,"statfs":{"total":95990841344,"available":95686295552,"internally_reserved":0,"allocated":319488,"data_stored":124640,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61499999999999999}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34599999999999997}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.68899999999999995}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40200000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61099999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44700000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.627}]}]},{"osd":5,"up_from":27,"seq":115964117004,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":124955,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.434}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.27500000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48499999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39000000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40000000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42799999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32000000000000001}]}]},{"osd":1,"up_from":19,"seq":81604378637,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297408,"kb_used_data":312,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443648,"statfs":{"total":95990841344,"available":95686295552,"internally_reserved":0,"allocated":319488,"data_stored":124640,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54900000000000004}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56299999999999994}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.28499999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47699999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36699999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65100000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41299999999999998}]}]},{"osd":0,"up_from":16,"seq":68719476750,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":124955,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.442}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.37}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42699999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.33900000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55500000000000005}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41399999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45700000000000002}]}]},{"osd":2,"up_from":19,"seq":81604378637,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":124955,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42499999999999999}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.62}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.72999999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44800000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.70199999999999996}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48599999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63500000000000001}]}]},{"osd":3,"up_from":23,"seq":98784247821,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":124955,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42999999999999999}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41499999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55800000000000005}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58799999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56799999999999995}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57699999999999996}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60499999999999998}]}]},{"osd":4,"up_from":23,"seq":98784247821,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":124955,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32900000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42299999999999999}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55200000000000005}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53000000000000003}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.5}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56200000000000006}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58199999999999996}]}]},{"osd":6,"up_from":26,"seq":111669149708,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":124955,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44600000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60799999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52200000000000002}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.627}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65800000000000003}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.70299999999999996}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.77900000000000003}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-01-27T23:38:41.574 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph pg dump --format=json 2024-01-27T23:38:41.849 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/mon.smithi019/config 2024-01-27T23:38:41.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:41 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:38:40.568507+0000 mgr.smithi019.ehhwnq (mgr.14180) 118 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:42.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:38:40.568507+0000 mgr.smithi019.ehhwnq (mgr.14180) 118 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:42.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:38:41.202899+0000 mgr.smithi019.ehhwnq (mgr.14180) 119 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:38:42.936 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:38:42.938 INFO:teuthology.orchestra.run.smithi019.stderr:dumped all 2024-01-27T23:38:43.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:38:41.202899+0000 mgr.smithi019.ehhwnq (mgr.14180) 119 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:38:43.314 INFO:teuthology.orchestra.run.smithi019.stdout:{"pg_ready":true,"pg_map":{"version":94,"stamp":"2024-01-27T23:38:42.568795+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":2379288,"kb_used_data":2520,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549160,"statfs":{"total":767926730752,"available":765490339840,"internally_reserved":0,"allocated":2580480,"data_stored":999010,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":33,"state":"active+clean","last_fresh":"2024-01-27T23:37:58.846676+0000","last_change":"2024-01-27T23:37:58.846676+0000","last_active":"2024-01-27T23:37:58.846676+0000","last_peered":"2024-01-27T23:37:58.846676+0000","last_clean":"2024-01-27T23:37:58.846676+0000","last_became_active":"2024-01-27T23:37:58.846341+0000","last_became_peered":"2024-01-27T23:37:58.846341+0000","last_unstale":"2024-01-27T23:37:58.846676+0000","last_undegraded":"2024-01-27T23:37:58.846676+0000","last_fullsized":"2024-01-27T23:37:58.846676+0000","mapping_epoch":32,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":33,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-27T23:37:45.775424+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-27T23:37:45.775424+0000","last_clean_scrub_stamp":"2024-01-27T23:37:45.775424+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":31,"seq":133143986188,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297408,"kb_used_data":312,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443648,"statfs":{"total":95990841344,"available":95686295552,"internally_reserved":0,"allocated":319488,"data_stored":124640,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53000000000000003}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34699999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48399999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.35499999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46400000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.373}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56599999999999995}]}]},{"osd":5,"up_from":27,"seq":115964117004,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":124955,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.434}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.27500000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48499999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39000000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40000000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42799999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32000000000000001}]}]},{"osd":1,"up_from":19,"seq":81604378637,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297408,"kb_used_data":312,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443648,"statfs":{"total":95990841344,"available":95686295552,"internally_reserved":0,"allocated":319488,"data_stored":124640,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54900000000000004}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56299999999999994}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.28499999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47699999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36699999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65100000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41299999999999998}]}]},{"osd":0,"up_from":16,"seq":68719476750,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":124955,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.442}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.37}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42699999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.33900000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55500000000000005}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41399999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45700000000000002}]}]},{"osd":2,"up_from":19,"seq":81604378637,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":124955,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42499999999999999}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.62}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.72999999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44800000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.70199999999999996}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48599999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63500000000000001}]}]},{"osd":3,"up_from":23,"seq":98784247821,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":124955,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42999999999999999}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41499999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55800000000000005}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58799999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56799999999999995}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57699999999999996}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60499999999999998}]}]},{"osd":4,"up_from":23,"seq":98784247821,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":124955,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32900000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42299999999999999}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55200000000000005}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53000000000000003}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.5}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56200000000000006}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58199999999999996}]}]},{"osd":6,"up_from":26,"seq":111669149709,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":124955,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.439}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46800000000000003}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38400000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58499999999999996}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47799999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.622}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60799999999999998}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-01-27T23:38:43.315 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-01-27T23:38:43.315 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-01-27T23:38:43.315 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-01-27T23:38:43.316 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph health --format=json 2024-01-27T23:38:43.588 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/mon.smithi019/config 2024-01-27T23:38:44.019 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:38:42.569071+0000 mgr.smithi019.ehhwnq (mgr.14180) 120 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:44.019 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:38:42.938222+0000 mgr.smithi019.ehhwnq (mgr.14180) 121 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:38:44.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:38:42.569071+0000 mgr.smithi019.ehhwnq (mgr.14180) 120 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:44.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:38:42.938222+0000 mgr.smithi019.ehhwnq (mgr.14180) 121 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:38:44.725 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:38:45.090 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-01-27T23:38:45.091 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-01-27T23:38:45.091 INFO:tasks.cephadm:Setup complete, yielding 2024-01-27T23:38:45.091 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-27T23:38:45.101 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi019.front.sepia.ceph.com 2024-01-27T23:38:45.101 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- bash -c 'ceph orch status' 2024-01-27T23:38:45.752 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:38:44.569532+0000 mgr.smithi019.ehhwnq (mgr.14180) 122 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:45.752 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:38:44.729234+0000 mon.smithi019 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.19:0/2271253925' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-27T23:38:46.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:38:44.569532+0000 mgr.smithi019.ehhwnq (mgr.14180) 122 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:46.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:38:44.729234+0000 mon.smithi019 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.19:0/2271253925' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-27T23:38:46.481 INFO:teuthology.orchestra.run.smithi019.stdout:Backend: cephadm 2024-01-27T23:38:46.481 INFO:teuthology.orchestra.run.smithi019.stdout:Available: Yes 2024-01-27T23:38:46.481 INFO:teuthology.orchestra.run.smithi019.stdout:Paused: No 2024-01-27T23:38:47.029 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- bash -c 'ceph orch ps' 2024-01-27T23:38:47.550 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:38:46.484029+0000 mgr.smithi019.ehhwnq (mgr.14180) 123 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:38:47.550 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:38:46.569811+0000 mgr.smithi019.ehhwnq (mgr.14180) 124 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:47.623 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:38:46.484029+0000 mgr.smithi019.ehhwnq (mgr.14180) 123 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:38:47.623 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:38:46.569811+0000 mgr.smithi019.ehhwnq (mgr.14180) 124 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:48.415 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-27T23:38:48.415 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 *:9093,9094 running (108s) 52s ago 2m 16.2M - 0.23.0 ba2b418f427c 2c1be6be4746 2024-01-27T23:38:48.415 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (2m) 52s ago 2m 7268k - 16.2.14-508-ga72a5dac 4f538c03cdfa 06d06bb5dcfd 2024-01-27T23:38:48.415 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi040 smithi040 running (2m) 54s ago 2m 7415k - 16.2.14-508-ga72a5dac 4f538c03cdfa b5e2f7843da2 2024-01-27T23:38:48.416 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 *:3000 running (104s) 52s ago 2m 45.5M - 8.3.5 dad864ee21e9 2f819a4315cd 2024-01-27T23:38:48.416 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.ehhwnq smithi019 *:9283 running (3m) 52s ago 3m 443M - 16.2.14-508-ga72a5dac 4f538c03cdfa d8abe8dac9ca 2024-01-27T23:38:48.416 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi040.bqazan smithi040 *:8443,9283 running (2m) 54s ago 2m 392M - 16.2.14-508-ga72a5dac 4f538c03cdfa d4f537a88842 2024-01-27T23:38:48.416 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (3m) 52s ago 3m 68.4M 2048M 16.2.14-508-ga72a5dac 4f538c03cdfa 808d339aea95 2024-01-27T23:38:48.416 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi040 smithi040 running (2m) 54s ago 2m 63.2M 2048M 16.2.14-508-ga72a5dac 4f538c03cdfa b1dfcf063abd 2024-01-27T23:38:48.416 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 *:9100 running (2m) 52s ago 2m 21.5M - 1.3.1 1dbe0e931976 ae1952b3b12e 2024-01-27T23:38:48.416 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi040 smithi040 *:9100 running (115s) 54s ago 115s 20.9M - 1.3.1 1dbe0e931976 c9d94a649747 2024-01-27T23:38:48.416 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi040 running (72s) 54s ago 72s 31.1M 3993M 16.2.14-508-ga72a5dac 4f538c03cdfa ed0d5836c870 2024-01-27T23:38:48.416 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (69s) 52s ago 69s 32.7M 3225M 16.2.14-508-ga72a5dac 4f538c03cdfa c3a4f9e4958e 2024-01-27T23:38:48.416 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi040 running (69s) 54s ago 69s 31.3M 3993M 16.2.14-508-ga72a5dac 4f538c03cdfa 51be23b9aaf9 2024-01-27T23:38:48.416 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (65s) 52s ago 65s 29.0M 3225M 16.2.14-508-ga72a5dac 4f538c03cdfa a3b5533c0756 2024-01-27T23:38:48.416 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi040 running (65s) 54s ago 65s 30.1M 3993M 16.2.14-508-ga72a5dac 4f538c03cdfa 3c594a4b8663 2024-01-27T23:38:48.416 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi019 running (62s) 52s ago 61s 29.6M 3225M 16.2.14-508-ga72a5dac 4f538c03cdfa 9ade126493a0 2024-01-27T23:38:48.417 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi040 running (62s) 54s ago 62s 27.3M 3993M 16.2.14-508-ga72a5dac 4f538c03cdfa b9cfefa5923f 2024-01-27T23:38:48.417 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi019 running (57s) 52s ago 57s 15.9M 3225M 16.2.14-508-ga72a5dac 4f538c03cdfa 59a08da43422 2024-01-27T23:38:48.417 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi019 smithi019 *:9095 running (101s) 52s ago 2m 42.4M - 2.33.4 514e6a882f6e b94d05ca4ed9 2024-01-27T23:38:48.824 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- bash -c 'ceph orch ls' 2024-01-27T23:38:49.793 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:49 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:38:48.410677+0000 mgr.smithi019.ehhwnq (mgr.14180) 125 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:38:49.793 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:49 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:38:48.570132+0000 mgr.smithi019.ehhwnq (mgr.14180) 126 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:49.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:49 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:38:48.410677+0000 mgr.smithi019.ehhwnq (mgr.14180) 125 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:38:49.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:49 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:38:48.570132+0000 mgr.smithi019.ehhwnq (mgr.14180) 126 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:50.159 INFO:teuthology.orchestra.run.smithi019.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-01-27T23:38:50.159 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager ?:9093,9094 1/1 54s ago 3m count:1 2024-01-27T23:38:50.159 INFO:teuthology.orchestra.run.smithi019.stdout:crash 2/2 55s ago 3m * 2024-01-27T23:38:50.159 INFO:teuthology.orchestra.run.smithi019.stdout:grafana ?:3000 1/1 54s ago 3m count:1 2024-01-27T23:38:50.159 INFO:teuthology.orchestra.run.smithi019.stdout:mgr 2/2 55s ago 3m count:2 2024-01-27T23:38:50.160 INFO:teuthology.orchestra.run.smithi019.stdout:mon 2/2 55s ago 2m smithi019:172.21.15.19=smithi019;smithi040:172.21.15.40=smithi040;count:2 2024-01-27T23:38:50.160 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter ?:9100 2/2 55s ago 3m * 2024-01-27T23:38:50.160 INFO:teuthology.orchestra.run.smithi019.stdout:osd.all-available-devices 8 55s ago 113s * 2024-01-27T23:38:50.160 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus ?:9095 1/1 54s ago 3m count:1 2024-01-27T23:38:50.548 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- bash -c 'ceph orch host ls' 2024-01-27T23:38:51.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:38:50.159085+0000 mgr.smithi019.ehhwnq (mgr.14180) 127 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:38:51.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:38:50.570432+0000 mgr.smithi019.ehhwnq (mgr.14180) 128 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:51.927 INFO:teuthology.orchestra.run.smithi019.stdout:HOST ADDR LABELS STATUS 2024-01-27T23:38:51.928 INFO:teuthology.orchestra.run.smithi019.stdout:smithi019 172.21.15.19 2024-01-27T23:38:51.928 INFO:teuthology.orchestra.run.smithi019.stdout:smithi040 172.21.15.40 2024-01-27T23:38:51.928 INFO:teuthology.orchestra.run.smithi019.stdout:2 hosts in cluster 2024-01-27T23:38:52.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:38:50.159085+0000 mgr.smithi019.ehhwnq (mgr.14180) 127 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:38:52.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:38:50.570432+0000 mgr.smithi019.ehhwnq (mgr.14180) 128 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:52.323 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- bash -c 'ceph orch device ls' 2024-01-27T23:38:53.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:38:51.931094+0000 mgr.smithi019.ehhwnq (mgr.14180) 129 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:38:53.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:38:51.931094+0000 mgr.smithi019.ehhwnq (mgr.14180) 129 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:38:53.700 INFO:teuthology.orchestra.run.smithi019.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-27T23:38:53.700 INFO:teuthology.orchestra.run.smithi019.stdout:smithi019 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT5330002G400BGN 372G 54s ago Has a FileSystem, LVM detected 2024-01-27T23:38:53.700 INFO:teuthology.orchestra.run.smithi019.stdout:smithi019 /dev/nvme1n1 ssd Linux_9717fe0624ed736d7622 89.4G 54s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-27T23:38:53.700 INFO:teuthology.orchestra.run.smithi019.stdout:smithi019 /dev/nvme2n1 ssd Linux_fca7272ae31bc74f6f09 89.4G 54s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-27T23:38:53.700 INFO:teuthology.orchestra.run.smithi019.stdout:smithi019 /dev/nvme3n1 ssd Linux_da311b82154fc1770067 89.4G 54s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-27T23:38:53.700 INFO:teuthology.orchestra.run.smithi019.stdout:smithi019 /dev/nvme4n1 ssd Linux_cb5806a4587b8acc343b 89.4G 54s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-27T23:38:53.700 INFO:teuthology.orchestra.run.smithi019.stdout:smithi040 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT5330009J400BGN 372G 56s ago Has a FileSystem, LVM detected 2024-01-27T23:38:53.700 INFO:teuthology.orchestra.run.smithi019.stdout:smithi040 /dev/nvme1n1 ssd Linux_9c519db59d6b4b4cfeed 89.4G 56s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-27T23:38:53.700 INFO:teuthology.orchestra.run.smithi019.stdout:smithi040 /dev/nvme2n1 ssd Linux_2df2c732c70db75e1599 89.4G 56s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-27T23:38:53.700 INFO:teuthology.orchestra.run.smithi019.stdout:smithi040 /dev/nvme3n1 ssd Linux_723148483cff45491480 89.4G 56s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-27T23:38:53.701 INFO:teuthology.orchestra.run.smithi019.stdout:smithi040 /dev/nvme4n1 ssd Linux_2ff5936b59b03ba5f93d 89.4G 56s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-27T23:38:53.884 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:53 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:38:52.570721+0000 mgr.smithi019.ehhwnq (mgr.14180) 130 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:54.097 INFO:teuthology.run_tasks:Running task vip... 2024-01-27T23:38:54.107 INFO:tasks.vip:Allocating static IPs for each host... 2024-01-27T23:38:54.107 INFO:tasks.vip:peername 172.21.15.19 2024-01-27T23:38:54.112 INFO:tasks.vip:172.21.15.19 in 172.21.0.0/20, pos 3858 2024-01-27T23:38:54.116 INFO:tasks.vip:smithi019.front.sepia.ceph.com static 10.0.15.19, vnet 10.0.0.0/16 2024-01-27T23:38:54.116 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-01-27T23:38:54.117 DEBUG:teuthology.orchestra.run.smithi019:> sudo ip route ls 2024-01-27T23:38:54.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:53 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:38:52.570721+0000 mgr.smithi019.ehhwnq (mgr.14180) 130 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:54.148 INFO:teuthology.orchestra.run.smithi019.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.19 metric 100 2024-01-27T23:38:54.148 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-01-27T23:38:54.149 INFO:tasks.vip:Configuring 10.0.15.19 on smithi019.front.sepia.ceph.com iface ens1f0... 2024-01-27T23:38:54.149 DEBUG:teuthology.orchestra.run.smithi019:> sudo ip addr add 10.0.15.19/16 dev ens1f0 2024-01-27T23:38:54.219 INFO:tasks.vip:peername 172.21.15.40 2024-01-27T23:38:54.222 INFO:tasks.vip:172.21.15.40 in 172.21.0.0/20, pos 3879 2024-01-27T23:38:54.225 INFO:tasks.vip:smithi040.front.sepia.ceph.com static 10.0.15.40, vnet 10.0.0.0/16 2024-01-27T23:38:54.226 DEBUG:teuthology.orchestra.run.smithi040:> sudo ip route ls 2024-01-27T23:38:54.265 INFO:teuthology.orchestra.run.smithi040.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.40 metric 100 2024-01-27T23:38:54.265 INFO:teuthology.orchestra.run.smithi040.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.40 metric 100 2024-01-27T23:38:54.266 INFO:tasks.vip:Configuring 10.0.15.40 on smithi040.front.sepia.ceph.com iface ens1f0... 2024-01-27T23:38:54.266 DEBUG:teuthology.orchestra.run.smithi040:> sudo ip addr add 10.0.15.40/16 dev ens1f0 2024-01-27T23:38:54.339 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-27T23:38:54.348 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi019.front.sepia.ceph.com 2024-01-27T23:38:54.348 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-01-27T23:38:55.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:54 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:38:53.701266+0000 mgr.smithi019.ehhwnq (mgr.14180) 131 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:38:55.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:54 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:38:53.701266+0000 mgr.smithi019.ehhwnq (mgr.14180) 131 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:38:55.707 INFO:teuthology.orchestra.run.smithi019.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-27T23:38:55.707 INFO:teuthology.orchestra.run.smithi019.stdout:smithi019 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT5330002G400BGN 372G 56s ago Has a FileSystem, LVM detected 2024-01-27T23:38:55.707 INFO:teuthology.orchestra.run.smithi019.stdout:smithi019 /dev/nvme1n1 ssd Linux_9717fe0624ed736d7622 89.4G 56s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-27T23:38:55.707 INFO:teuthology.orchestra.run.smithi019.stdout:smithi019 /dev/nvme2n1 ssd Linux_fca7272ae31bc74f6f09 89.4G 56s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-27T23:38:55.707 INFO:teuthology.orchestra.run.smithi019.stdout:smithi019 /dev/nvme3n1 ssd Linux_da311b82154fc1770067 89.4G 56s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-27T23:38:55.707 INFO:teuthology.orchestra.run.smithi019.stdout:smithi019 /dev/nvme4n1 ssd Linux_cb5806a4587b8acc343b 89.4G 56s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-27T23:38:55.707 INFO:teuthology.orchestra.run.smithi019.stdout:smithi040 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT5330009J400BGN 372G 58s ago Has a FileSystem, LVM detected 2024-01-27T23:38:55.707 INFO:teuthology.orchestra.run.smithi019.stdout:smithi040 /dev/nvme1n1 ssd Linux_9c519db59d6b4b4cfeed 89.4G 58s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-27T23:38:55.707 INFO:teuthology.orchestra.run.smithi019.stdout:smithi040 /dev/nvme2n1 ssd Linux_2df2c732c70db75e1599 89.4G 58s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-27T23:38:55.707 INFO:teuthology.orchestra.run.smithi019.stdout:smithi040 /dev/nvme3n1 ssd Linux_723148483cff45491480 89.4G 58s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-27T23:38:55.707 INFO:teuthology.orchestra.run.smithi019.stdout:smithi040 /dev/nvme4n1 ssd Linux_2ff5936b59b03ba5f93d 89.4G 58s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-27T23:38:55.892 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:38:54.571042+0000 mgr.smithi019.ehhwnq (mgr.14180) 132 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:56.110 INFO:teuthology.run_tasks:Running task vip.exec... 2024-01-27T23:38:56.119 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi019.front.sepia.ceph.com 2024-01-27T23:38:56.119 DEBUG:teuthology.orchestra.run.smithi019:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-27T23:38:56.122 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:38:54.571042+0000 mgr.smithi019.ehhwnq (mgr.14180) 132 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:56.150 INFO:teuthology.orchestra.run.smithi019.stderr:+ systemctl stop nfs-server 2024-01-27T23:38:56.158 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi040.front.sepia.ceph.com 2024-01-27T23:38:56.158 DEBUG:teuthology.orchestra.run.smithi040:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-27T23:38:56.186 INFO:teuthology.orchestra.run.smithi040.stderr:+ systemctl stop nfs-server 2024-01-27T23:38:56.193 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-27T23:38:56.202 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi019.front.sepia.ceph.com 2024-01-27T23:38:56.202 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-01-27T23:38:56.898 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:38:55.708274+0000 mgr.smithi019.ehhwnq (mgr.14180) 133 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:38:56.898 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:38:55.751638+0000 mon.smithi019 (mon.0) 561 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:38:57.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:56 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:38:55.708274+0000 mgr.smithi019.ehhwnq (mgr.14180) 133 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:38:57.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:56 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:38:55.751638+0000 mon.smithi019 (mon.0) 561 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:38:58.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:58 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:38:56.571316+0000 mgr.smithi019.ehhwnq (mgr.14180) 134 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:58.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:58 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:38:57.002536+0000 mon.smithi019 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:38:58.373 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:58 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:38:56.571316+0000 mgr.smithi019.ehhwnq (mgr.14180) 134 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:58.374 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:58 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:38:57.002536+0000 mon.smithi019 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:38:59.266 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:38:58.088945+0000 mon.smithi019 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-01-27T23:38:59.266 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:38:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:38:58.956284+0000 mon.smithi019 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:38:59.355 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:38:58.088945+0000 mon.smithi019 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-01-27T23:38:59.356 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:38:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:38:58.956284+0000 mon.smithi019 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:00.021 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:00 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:38:58.088460+0000 mgr.smithi019.ehhwnq (mgr.14180) 135 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:39:00.021 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:00 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:38:58.571602+0000 mgr.smithi019.ehhwnq (mgr.14180) 136 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:00.021 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:00 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:38:59.008733+0000 mon.smithi019 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-01-27T23:39:00.021 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:00 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:38:59.008778+0000 mon.smithi019 (mon.0) 566 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-01-27T23:39:00.021 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:00 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:38:59.010894+0000 mon.smithi019 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-01-27T23:39:00.021 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:00 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:38:59.659446+0000 mon.smithi019 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:00.021 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:00 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:39:00.020+0000 7fb387750700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-27T23:39:00.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:00 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:38:58.088460+0000 mgr.smithi019.ehhwnq (mgr.14180) 135 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:39:00.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:00 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:38:58.571602+0000 mgr.smithi019.ehhwnq (mgr.14180) 136 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:00.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:00 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:38:59.008733+0000 mon.smithi019 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-01-27T23:39:00.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:00 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:38:59.008778+0000 mon.smithi019 (mon.0) 566 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-01-27T23:39:00.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:00 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:38:59.010894+0000 mon.smithi019 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-01-27T23:39:00.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:00 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:38:59.659446+0000 mon.smithi019 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:00.433 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.19/16 --port 2999' 2024-01-27T23:39:01.307 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:01 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:00.010456+0000 mon.smithi019 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-01-27T23:39:01.307 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:01 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:00.010669+0000 mon.smithi019 (mon.0) 570 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-01-27T23:39:01.307 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:01 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:00.020432+0000 mon.smithi019 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-01-27T23:39:01.307 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:01 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:00.021205+0000 mon.smithi019 (mon.0) 572 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-27T23:39:01.307 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:01 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:00.021226+0000 mon.smithi019 (mon.0) 573 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-01-27T23:39:01.307 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:01 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:00.030269+0000 mon.smithi019 (mon.0) 574 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-01-27T23:39:01.307 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:01 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:00.030467+0000 mon.smithi019 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-01-27T23:39:01.307 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:01 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:00.030546+0000 mon.smithi019 (mon.0) 576 : cluster [DBG] fsmap foofs:0 2024-01-27T23:39:01.308 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:01 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:39:00.036678+0000 mgr.smithi019.ehhwnq (mgr.14180) 137 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-01-27T23:39:01.308 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:01 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:00.047969+0000 mon.smithi019 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:01.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:01 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:00.010456+0000 mon.smithi019 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-01-27T23:39:01.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:01 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:00.010669+0000 mon.smithi019 (mon.0) 570 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-01-27T23:39:01.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:01 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:00.020432+0000 mon.smithi019 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-01-27T23:39:01.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:01 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:00.021205+0000 mon.smithi019 (mon.0) 572 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-27T23:39:01.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:01 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:00.021226+0000 mon.smithi019 (mon.0) 573 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-01-27T23:39:01.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:01 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:00.030269+0000 mon.smithi019 (mon.0) 574 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-01-27T23:39:01.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:01 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:00.030467+0000 mon.smithi019 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-01-27T23:39:01.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:01 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:00.030546+0000 mon.smithi019 (mon.0) 576 : cluster [DBG] fsmap foofs:0 2024-01-27T23:39:01.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:01 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:39:00.036678+0000 mgr.smithi019.ehhwnq (mgr.14180) 137 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-01-27T23:39:01.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:01 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:00.047969+0000 mon.smithi019 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:02.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:02 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:00.571891+0000 mgr.smithi019.ehhwnq (mgr.14180) 138 : cluster [DBG] pgmap v106: 65 pgs: 6 creating+peering, 1 active+clean, 58 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:02.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:02 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:01.034241+0000 mon.smithi019 (mon.0) 578 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-01-27T23:39:02.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:02 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:01.992408+0000 mon.smithi019 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:02.374 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:02 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:00.571891+0000 mgr.smithi019.ehhwnq (mgr.14180) 138 : cluster [DBG] pgmap v106: 65 pgs: 6 creating+peering, 1 active+clean, 58 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:02.374 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:02 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:01.034241+0000 mon.smithi019 (mon.0) 578 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-01-27T23:39:02.374 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:02 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:01.992408+0000 mon.smithi019 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:03.248 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:03 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:02.051840+0000 mon.smithi019 (mon.0) 580 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-27T23:39:03.249 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:03 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:02.128487+0000 mon.smithi019 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-27T23:39:03.249 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:03 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:02.557755+0000 mon.smithi019 (mon.0) 582 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:39:03.249 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:03 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:02.558602+0000 mon.smithi019 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T23:39:03.249 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:03 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:02.563392+0000 mon.smithi019 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:03.249 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:03 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:02.567092+0000 mon.smithi019 (mon.0) 585 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T23:39:03.249 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:03 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:02.576834+0000 mon.smithi019 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:03.249 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:03 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:02.577543+0000 mon.smithi019 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi040.yfemuu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-27T23:39:03.249 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:03 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:02.580465+0000 mon.smithi019 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi040.yfemuu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-27T23:39:03.249 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:03 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:02.581037+0000 mon.smithi019 (mon.0) 589 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:39:03.373 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:02.051840+0000 mon.smithi019 (mon.0) 580 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-27T23:39:03.374 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:02.128487+0000 mon.smithi019 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-27T23:39:03.374 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:02.557755+0000 mon.smithi019 (mon.0) 582 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:39:03.374 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:02.558602+0000 mon.smithi019 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T23:39:03.374 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:02.563392+0000 mon.smithi019 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:03.374 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:02.567092+0000 mon.smithi019 (mon.0) 585 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T23:39:03.374 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:02.576834+0000 mon.smithi019 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:03.374 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:02.577543+0000 mon.smithi019 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi040.yfemuu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-27T23:39:03.374 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:02.580465+0000 mon.smithi019 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi040.yfemuu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-27T23:39:03.374 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:02.581037+0000 mon.smithi019 (mon.0) 589 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:39:04.094 INFO:teuthology.orchestra.run.smithi019.stdout:NFS Cluster Created Successfully 2024-01-27T23:39:04.118 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:04 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:02.127228+0000 mgr.smithi019.ehhwnq (mgr.14180) 139 : audit [DBG] from='client.14526 -' 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-01-27T23:39:04.118 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:04 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:02.572195+0000 mgr.smithi019.ehhwnq (mgr.14180) 140 : cluster [DBG] pgmap v109: 65 pgs: 18 active+clean, 6 creating+peering, 41 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:04.118 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:04 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:39:02.581586+0000 mgr.smithi019.ehhwnq (mgr.14180) 141 : cephadm [INF] Deploying daemon mds.foofs.smithi040.yfemuu on smithi040 2024-01-27T23:39:04.118 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:04 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:03.058235+0000 mon.smithi019 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-27T23:39:04.118 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:04 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:03.058333+0000 mon.smithi019 (mon.0) 591 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-27T23:39:04.118 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:04 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:03.060800+0000 mon.smithi019 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-27T23:39:04.118 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:04 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:03.798780+0000 mon.smithi019 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:04.317 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:04 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:02.127228+0000 mgr.smithi019.ehhwnq (mgr.14180) 139 : audit [DBG] from='client.14526 -' 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-01-27T23:39:04.317 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:04 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:02.572195+0000 mgr.smithi019.ehhwnq (mgr.14180) 140 : cluster [DBG] pgmap v109: 65 pgs: 18 active+clean, 6 creating+peering, 41 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:04.317 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:04 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:39:02.581586+0000 mgr.smithi019.ehhwnq (mgr.14180) 141 : cephadm [INF] Deploying daemon mds.foofs.smithi040.yfemuu on smithi040 2024-01-27T23:39:04.317 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:04 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:03.058235+0000 mon.smithi019 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-27T23:39:04.317 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:04 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:03.058333+0000 mon.smithi019 (mon.0) 591 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-27T23:39:04.317 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:04 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:03.060800+0000 mon.smithi019 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-27T23:39:04.317 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:04 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:03.798780+0000 mon.smithi019 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:04.457 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-01-27T23:39:05.317 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:05 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:04.060603+0000 mon.smithi019 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-27T23:39:05.317 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:05 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:04.060821+0000 mon.smithi019 (mon.0) 595 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-27T23:39:05.317 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:05 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:04.093041+0000 mon.smithi019 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:05.317 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:05 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:04.097348+0000 mon.smithi019 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:05.317 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:05 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:04.305110+0000 mon.smithi019 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:05.317 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:05 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:04.306151+0000 mon.smithi019 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi019.broyye", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-27T23:39:05.317 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:05 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:04.308786+0000 mon.smithi019 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi019.broyye", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-27T23:39:05.317 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:05 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:04.309379+0000 mon.smithi019 (mon.0) 601 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:39:05.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:05 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:04.060603+0000 mon.smithi019 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-27T23:39:05.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:05 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:04.060821+0000 mon.smithi019 (mon.0) 595 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-27T23:39:05.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:05 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:04.093041+0000 mon.smithi019 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:05.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:05 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:04.097348+0000 mon.smithi019 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:05.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:05 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:04.305110+0000 mon.smithi019 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:05.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:05 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:04.306151+0000 mon.smithi019 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi019.broyye", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-27T23:39:05.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:05 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:04.308786+0000 mon.smithi019 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi019.broyye", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-27T23:39:05.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:05 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:04.309379+0000 mon.smithi019 (mon.0) 601 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:39:06.192 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-01-27T23:39:06.192 INFO:teuthology.orchestra.run.smithi019.stdout: "bind": "/fake", 2024-01-27T23:39:06.193 INFO:teuthology.orchestra.run.smithi019.stdout: "fs": "foofs", 2024-01-27T23:39:06.193 INFO:teuthology.orchestra.run.smithi019.stdout: "path": "/", 2024-01-27T23:39:06.193 INFO:teuthology.orchestra.run.smithi019.stdout: "cluster": "foo", 2024-01-27T23:39:06.193 INFO:teuthology.orchestra.run.smithi019.stdout: "mode": "RW" 2024-01-27T23:39:06.193 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-01-27T23:39:06.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:06 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:39:04.089645+0000 mgr.smithi019.ehhwnq (mgr.14180) 142 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-01-27T23:39:06.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:06 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:39:04.094364+0000 mgr.smithi019.ehhwnq (mgr.14180) 143 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-27T23:39:06.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:06 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:39:04.309898+0000 mgr.smithi019.ehhwnq (mgr.14180) 144 : cephadm [INF] Deploying daemon mds.foofs.smithi019.broyye on smithi019 2024-01-27T23:39:06.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:06 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:04.572529+0000 mgr.smithi019.ehhwnq (mgr.14180) 145 : cluster [DBG] pgmap v112: 97 pgs: 55 active+clean, 16 creating+peering, 26 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:06.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:06 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:05.070942+0000 mon.smithi019 (mon.0) 602 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-27T23:39:06.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:06 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:05.098883+0000 mon.smithi019 (mon.0) 603 : cluster [DBG] mds.? [v2:172.21.15.40:6832/3939954486,v1:172.21.15.40:6833/3939954486] up:boot 2024-01-27T23:39:06.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:06 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:05.098926+0000 mon.smithi019 (mon.0) 604 : cluster [INF] daemon mds.foofs.smithi040.yfemuu assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-01-27T23:39:06.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:06 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:05.098970+0000 mon.smithi019 (mon.0) 605 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-01-27T23:39:06.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:06 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:05.098984+0000 mon.smithi019 (mon.0) 606 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-01-27T23:39:06.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:06 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:05.098994+0000 mon.smithi019 (mon.0) 607 : cluster [INF] Cluster is now healthy 2024-01-27T23:39:06.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:06 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:05.099152+0000 mon.smithi019 (mon.0) 608 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-01-27T23:39:06.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:06 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:05.099232+0000 mon.smithi019 (mon.0) 609 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi040.yfemuu"}]: dispatch 2024-01-27T23:39:06.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:06 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:05.102893+0000 mon.smithi019 (mon.0) 610 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi040.yfemuu=up:creating} 2024-01-27T23:39:06.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:06 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:05.119930+0000 mon.smithi019 (mon.0) 611 : cluster [INF] daemon mds.foofs.smithi040.yfemuu is now active in filesystem foofs as rank 0 2024-01-27T23:39:06.374 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:06 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:39:04.089645+0000 mgr.smithi019.ehhwnq (mgr.14180) 142 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-01-27T23:39:06.374 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:06 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:39:04.094364+0000 mgr.smithi019.ehhwnq (mgr.14180) 143 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-27T23:39:06.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:06 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:39:04.309898+0000 mgr.smithi019.ehhwnq (mgr.14180) 144 : cephadm [INF] Deploying daemon mds.foofs.smithi019.broyye on smithi019 2024-01-27T23:39:06.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:06 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:04.572529+0000 mgr.smithi019.ehhwnq (mgr.14180) 145 : cluster [DBG] pgmap v112: 97 pgs: 55 active+clean, 16 creating+peering, 26 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:06.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:06 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:05.070942+0000 mon.smithi019 (mon.0) 602 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-27T23:39:06.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:06 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:05.098883+0000 mon.smithi019 (mon.0) 603 : cluster [DBG] mds.? [v2:172.21.15.40:6832/3939954486,v1:172.21.15.40:6833/3939954486] up:boot 2024-01-27T23:39:06.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:06 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:05.098926+0000 mon.smithi019 (mon.0) 604 : cluster [INF] daemon mds.foofs.smithi040.yfemuu assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-01-27T23:39:06.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:06 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:05.098970+0000 mon.smithi019 (mon.0) 605 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-01-27T23:39:06.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:06 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:05.098984+0000 mon.smithi019 (mon.0) 606 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-01-27T23:39:06.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:06 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:05.098994+0000 mon.smithi019 (mon.0) 607 : cluster [INF] Cluster is now healthy 2024-01-27T23:39:06.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:06 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:05.099152+0000 mon.smithi019 (mon.0) 608 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-01-27T23:39:06.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:06 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:05.099232+0000 mon.smithi019 (mon.0) 609 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi040.yfemuu"}]: dispatch 2024-01-27T23:39:06.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:06 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:05.102893+0000 mon.smithi019 (mon.0) 610 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi040.yfemuu=up:creating} 2024-01-27T23:39:06.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:06 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:05.119930+0000 mon.smithi019 (mon.0) 611 : cluster [INF] daemon mds.foofs.smithi040.yfemuu is now active in filesystem foofs as rank 0 2024-01-27T23:39:06.603 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-27T23:39:06.614 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-01-27T23:39:06.614 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:39:07.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:06.109750+0000 mon.smithi019 (mon.0) 612 : cluster [DBG] mgrmap e19: smithi019.ehhwnq(active, since 2m), standbys: smithi040.bqazan 2024-01-27T23:39:07.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:06.112109+0000 mon.smithi019 (mon.0) 613 : cluster [DBG] mds.? [v2:172.21.15.40:6832/3939954486,v1:172.21.15.40:6833/3939954486] up:active 2024-01-27T23:39:07.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:06.112147+0000 mon.smithi019 (mon.0) 614 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi040.yfemuu=up:active} 2024-01-27T23:39:07.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:06.159023+0000 mgr.smithi019.ehhwnq (mgr.14180) 146 : 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-01-27T23:39:07.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:06.187984+0000 mon.smithi019 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-01-27T23:39:07.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:06.191347+0000 mon.smithi019 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-01-27T23:39:07.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:06.206014+0000 mon.smithi019 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:07.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:06.207378+0000 mon.smithi019 (mon.0) 618 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:39:07.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:06.259284+0000 mon.smithi019 (mon.0) 619 : cluster [DBG] mds.? [v2:172.21.15.19:6834/678027961,v1:172.21.15.19:6835/678027961] up:boot 2024-01-27T23:39:07.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:06.259348+0000 mon.smithi019 (mon.0) 620 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi040.yfemuu=up:active} 1 up:standby 2024-01-27T23:39:07.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:06.259636+0000 mon.smithi019 (mon.0) 621 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi019.broyye"}]: dispatch 2024-01-27T23:39:07.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:06.572862+0000 mgr.smithi019.ehhwnq (mgr.14180) 147 : cluster [DBG] pgmap v114: 97 pgs: 73 active+clean, 10 creating+peering, 14 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:07.374 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:06.109750+0000 mon.smithi019 (mon.0) 612 : cluster [DBG] mgrmap e19: smithi019.ehhwnq(active, since 2m), standbys: smithi040.bqazan 2024-01-27T23:39:07.374 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:06.112109+0000 mon.smithi019 (mon.0) 613 : cluster [DBG] mds.? [v2:172.21.15.40:6832/3939954486,v1:172.21.15.40:6833/3939954486] up:active 2024-01-27T23:39:07.374 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:06.112147+0000 mon.smithi019 (mon.0) 614 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi040.yfemuu=up:active} 2024-01-27T23:39:07.374 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:06.159023+0000 mgr.smithi019.ehhwnq (mgr.14180) 146 : 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-01-27T23:39:07.374 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:06.187984+0000 mon.smithi019 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-01-27T23:39:07.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:06.191347+0000 mon.smithi019 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-01-27T23:39:07.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:06.206014+0000 mon.smithi019 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:07.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:06.207378+0000 mon.smithi019 (mon.0) 618 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:39:07.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:06.259284+0000 mon.smithi019 (mon.0) 619 : cluster [DBG] mds.? [v2:172.21.15.19:6834/678027961,v1:172.21.15.19:6835/678027961] up:boot 2024-01-27T23:39:07.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:06.259348+0000 mon.smithi019 (mon.0) 620 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi040.yfemuu=up:active} 1 up:standby 2024-01-27T23:39:07.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:06.259636+0000 mon.smithi019 (mon.0) 621 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi019.broyye"}]: dispatch 2024-01-27T23:39:07.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:06.572862+0000 mgr.smithi019.ehhwnq (mgr.14180) 147 : cluster [DBG] pgmap v114: 97 pgs: 73 active+clean, 10 creating+peering, 14 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:08.452 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:39:08.452 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:38:58.949771Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:38:58.949836Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:38:58.949901Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 1, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:38:58.949698Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:38:58.949557Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:38:58.949983Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:38:58.950112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:38:58.950048Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:39:08.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:08 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:07.571216+0000 mon.smithi019 (mon.0) 622 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:08.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:08 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:08.112892+0000 mon.smithi019 (mon.0) 623 : cluster [DBG] mgrmap e20: smithi019.ehhwnq(active, since 2m), standbys: smithi040.bqazan 2024-01-27T23:39:08.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:08 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:07.571216+0000 mon.smithi019 (mon.0) 622 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:08.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:08 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:08.112892+0000 mon.smithi019 (mon.0) 623 : cluster [DBG] mgrmap e20: smithi019.ehhwnq(active, since 2m), standbys: smithi040.bqazan 2024-01-27T23:39:08.938 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:39:09.939 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:39:10.104 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:08.452350+0000 mgr.smithi019.ehhwnq (mgr.14180) 148 : audit [DBG] from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:10.104 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:08.573378+0000 mgr.smithi019.ehhwnq (mgr.14180) 149 : cluster [DBG] pgmap v115: 97 pgs: 87 active+clean, 10 creating+peering; 228 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:10.105 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:08.816901+0000 mon.smithi019 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:10.105 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:09.761553+0000 mon.smithi019 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:10.105 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:09.762388+0000 mon.smithi019 (mon.0) 626 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:39:10.105 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:09.762968+0000 mon.smithi019 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T23:39:10.105 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:09.766468+0000 mon.smithi019 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:10.105 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:09.769830+0000 mon.smithi019 (mon.0) 629 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T23:39:10.105 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:09.776494+0000 mon.smithi019 (mon.0) 630 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:10.105 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:09.792590+0000 mon.smithi019 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi019.nduwrs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-27T23:39:10.105 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:09.795777+0000 mon.smithi019 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi019.nduwrs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-27T23:39:10.105 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:09.796461+0000 mon.smithi019 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-27T23:39:10.105 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:09.799048+0000 mon.smithi019 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-27T23:39:10.105 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:09.800349+0000 mon.smithi019 (mon.0) 635 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:39:10.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:08.452350+0000 mgr.smithi019.ehhwnq (mgr.14180) 148 : audit [DBG] from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:10.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:08.573378+0000 mgr.smithi019.ehhwnq (mgr.14180) 149 : cluster [DBG] pgmap v115: 97 pgs: 87 active+clean, 10 creating+peering; 228 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:10.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:08.816901+0000 mon.smithi019 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:10.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:09.761553+0000 mon.smithi019 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:10.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:09.762388+0000 mon.smithi019 (mon.0) 626 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:39:10.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:09.762968+0000 mon.smithi019 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T23:39:10.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:09.766468+0000 mon.smithi019 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:10.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:09.769830+0000 mon.smithi019 (mon.0) 629 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T23:39:10.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:09.776494+0000 mon.smithi019 (mon.0) 630 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:10.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:09.792590+0000 mon.smithi019 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi019.nduwrs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-27T23:39:10.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:09.795777+0000 mon.smithi019 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi019.nduwrs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-27T23:39:10.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:09.796461+0000 mon.smithi019 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-27T23:39:10.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:09.799048+0000 mon.smithi019 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-27T23:39:10.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:09.800349+0000 mon.smithi019 (mon.0) 635 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:39:10.977 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:39:09.792341+0000 mgr.smithi019.ehhwnq (mgr.14180) 150 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi019.nduwrs 2024-01-27T23:39:10.977 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:39:09.796254+0000 mgr.smithi019.ehhwnq (mgr.14180) 151 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-27T23:39:10.977 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:09.839411+0000 mon.smithi019 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-27T23:39:10.977 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:09.842633+0000 mon.smithi019 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-27T23:39:10.977 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:39:09.884896+0000 mgr.smithi019.ehhwnq (mgr.14180) 152 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-27T23:39:10.977 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:39:09.885010+0000 mgr.smithi019.ehhwnq (mgr.14180) 153 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi019.nduwrs-rgw 2024-01-27T23:39:10.977 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:09.885382+0000 mon.smithi019 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi019.nduwrs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-27T23:39:10.977 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:09.890742+0000 mon.smithi019 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi019.nduwrs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-27T23:39:10.977 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:09.894174+0000 mon.smithi019 (mon.0) 640 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:39:10.977 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:39:09.894916+0000 mgr.smithi019.ehhwnq (mgr.14180) 154 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi019.nduwrs on smithi019 2024-01-27T23:39:11.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:10 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:39:09.792341+0000 mgr.smithi019.ehhwnq (mgr.14180) 150 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi019.nduwrs 2024-01-27T23:39:11.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:10 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:39:09.796254+0000 mgr.smithi019.ehhwnq (mgr.14180) 151 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-27T23:39:11.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:10 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:09.839411+0000 mon.smithi019 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-27T23:39:11.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:10 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:09.842633+0000 mon.smithi019 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-27T23:39:11.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:10 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:39:09.884896+0000 mgr.smithi019.ehhwnq (mgr.14180) 152 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-27T23:39:11.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:10 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:39:09.885010+0000 mgr.smithi019.ehhwnq (mgr.14180) 153 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi019.nduwrs-rgw 2024-01-27T23:39:11.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:10 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:09.885382+0000 mon.smithi019 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi019.nduwrs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-27T23:39:11.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:10 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:09.890742+0000 mon.smithi019 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi019.nduwrs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-27T23:39:11.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:10 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:09.894174+0000 mon.smithi019 (mon.0) 640 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:39:11.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:10 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:39:09.894916+0000 mgr.smithi019.ehhwnq (mgr.14180) 154 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi019.nduwrs on smithi019 2024-01-27T23:39:11.869 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:39:11.869 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:39:12.273 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:10.574178+0000 mgr.smithi019.ehhwnq (mgr.14180) 155 : cluster [DBG] pgmap v116: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.5 KiB/s wr, 17 op/s 2024-01-27T23:39:12.345 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:39:12.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:10.574178+0000 mgr.smithi019.ehhwnq (mgr.14180) 155 : cluster [DBG] pgmap v116: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.5 KiB/s wr, 17 op/s 2024-01-27T23:39:13.346 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:39:13.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:13 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:11.867989+0000 mgr.smithi019.ehhwnq (mgr.14180) 156 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:13.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:13 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:12.060402+0000 mon.smithi019 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:13.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:13 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:12.067808+0000 mon.smithi019 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:13.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:13 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:39:12.076117+0000 mgr.smithi019.ehhwnq (mgr.14180) 157 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi040.mywtak on smithi040 2024-01-27T23:39:13.374 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:13 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:11.867989+0000 mgr.smithi019.ehhwnq (mgr.14180) 156 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:13.374 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:13 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:12.060402+0000 mon.smithi019 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:13.374 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:13 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:12.067808+0000 mon.smithi019 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:13.374 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:13 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:39:12.076117+0000 mgr.smithi019.ehhwnq (mgr.14180) 157 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi040.mywtak on smithi040 2024-01-27T23:39:14.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:14 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:12.574616+0000 mgr.smithi019.ehhwnq (mgr.14180) 158 : cluster [DBG] pgmap v117: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 2.2 KiB/s wr, 9 op/s 2024-01-27T23:39:14.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:14 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:13.822721+0000 mon.smithi019 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:14.373 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:14 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:12.574616+0000 mgr.smithi019.ehhwnq (mgr.14180) 158 : cluster [DBG] pgmap v117: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 2.2 KiB/s wr, 9 op/s 2024-01-27T23:39:14.374 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:14 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:13.822721+0000 mon.smithi019 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:14.757 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:39:14.758 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:39:15.095 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:39:16.095 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:39:16.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:16 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:14.575049+0000 mgr.smithi019.ehhwnq (mgr.14180) 159 : cluster [DBG] pgmap v118: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 1.5 KiB/s wr, 7 op/s 2024-01-27T23:39:16.373 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:16 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:14.757508+0000 mgr.smithi019.ehhwnq (mgr.14180) 160 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:16.373 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:16 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:14.575049+0000 mgr.smithi019.ehhwnq (mgr.14180) 159 : cluster [DBG] pgmap v118: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 1.5 KiB/s wr, 7 op/s 2024-01-27T23:39:16.374 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:16 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:14.757508+0000 mgr.smithi019.ehhwnq (mgr.14180) 160 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:17.373 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:17 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:16.575548+0000 mgr.smithi019.ehhwnq (mgr.14180) 161 : cluster [DBG] pgmap v119: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 1.1 KiB/s wr, 5 op/s 2024-01-27T23:39:17.489 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:39:17.489 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:39:17.623 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:17 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:16.575548+0000 mgr.smithi019.ehhwnq (mgr.14180) 161 : cluster [DBG] pgmap v119: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 1.1 KiB/s wr, 5 op/s 2024-01-27T23:39:17.862 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:39:18.623 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:18 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:17.489035+0000 mgr.smithi019.ehhwnq (mgr.14180) 162 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:18.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:18 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:17.489035+0000 mgr.smithi019.ehhwnq (mgr.14180) 162 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:18.863 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:39:20.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:18.576259+0000 mgr.smithi019.ehhwnq (mgr.14180) 163 : cluster [DBG] pgmap v120: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.5 KiB/s wr, 5 op/s 2024-01-27T23:39:20.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:18.797898+0000 mon.smithi019 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:20.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:18.576259+0000 mgr.smithi019.ehhwnq (mgr.14180) 163 : cluster [DBG] pgmap v120: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.5 KiB/s wr, 5 op/s 2024-01-27T23:39:20.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:18.797898+0000 mon.smithi019 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:39:20.240 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:39:20.240 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:39:20.610 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:39:21.611 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:39:21.946 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:21 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:20.240533+0000 mgr.smithi019.ehhwnq (mgr.14180) 164 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:21.946 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:21 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:20.576730+0000 mgr.smithi019.ehhwnq (mgr.14180) 165 : cluster [DBG] pgmap v121: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.5 KiB/s wr, 5 op/s 2024-01-27T23:39:22.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:21 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:20.240533+0000 mgr.smithi019.ehhwnq (mgr.14180) 164 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:22.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:21 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:20.576730+0000 mgr.smithi019.ehhwnq (mgr.14180) 165 : cluster [DBG] pgmap v121: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.5 KiB/s wr, 5 op/s 2024-01-27T23:39:23.059 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:39:23.059 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:39:23.419 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:39:24.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:22.577361+0000 mgr.smithi019.ehhwnq (mgr.14180) 166 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2024-01-27T23:39:24.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:23.059089+0000 mgr.smithi019.ehhwnq (mgr.14180) 167 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:24.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:22.577361+0000 mgr.smithi019.ehhwnq (mgr.14180) 166 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2024-01-27T23:39:24.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:23.059089+0000 mgr.smithi019.ehhwnq (mgr.14180) 167 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:24.420 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:39:25.760 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:39:25.760 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:39:26.050 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:25 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:24.577783+0000 mgr.smithi019.ehhwnq (mgr.14180) 168 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 767 B/s wr, 1 op/s 2024-01-27T23:39:26.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:25 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:24.577783+0000 mgr.smithi019.ehhwnq (mgr.14180) 168 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 767 B/s wr, 1 op/s 2024-01-27T23:39:26.127 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:39:27.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:26 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:25.760019+0000 mgr.smithi019.ehhwnq (mgr.14180) 169 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:27.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:26 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:25.760019+0000 mgr.smithi019.ehhwnq (mgr.14180) 169 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:27.128 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:39:28.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:26.578353+0000 mgr.smithi019.ehhwnq (mgr.14180) 170 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 767 B/s wr, 1 op/s 2024-01-27T23:39:28.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:26.578353+0000 mgr.smithi019.ehhwnq (mgr.14180) 170 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 767 B/s wr, 1 op/s 2024-01-27T23:39:28.519 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:39:28.519 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:39:28.909 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:39:29.911 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:39:30.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:29 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:28.518313+0000 mgr.smithi019.ehhwnq (mgr.14180) 171 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:30.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:29 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:28.578958+0000 mgr.smithi019.ehhwnq (mgr.14180) 172 : cluster [DBG] pgmap v125: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 767 B/s wr, 1 op/s 2024-01-27T23:39:30.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:29 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:28.518313+0000 mgr.smithi019.ehhwnq (mgr.14180) 171 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:30.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:29 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:28.578958+0000 mgr.smithi019.ehhwnq (mgr.14180) 172 : cluster [DBG] pgmap v125: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 767 B/s wr, 1 op/s 2024-01-27T23:39:31.259 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:39:31.259 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:39:31.641 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:39:31.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:31 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:30.579363+0000 mgr.smithi019.ehhwnq (mgr.14180) 173 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-01-27T23:39:32.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:31 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:30.579363+0000 mgr.smithi019.ehhwnq (mgr.14180) 173 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-01-27T23:39:32.642 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:39:33.019 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:32 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:31.258054+0000 mgr.smithi019.ehhwnq (mgr.14180) 174 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:33.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:32 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:31.258054+0000 mgr.smithi019.ehhwnq (mgr.14180) 174 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:34.002 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:39:34.003 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:39:34.027 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:33 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:32.579795+0000 mgr.smithi019.ehhwnq (mgr.14180) 175 : cluster [DBG] pgmap v127: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:39:34.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:33 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:32.579795+0000 mgr.smithi019.ehhwnq (mgr.14180) 175 : cluster [DBG] pgmap v127: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:39:34.384 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:39:35.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:34 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:34.002100+0000 mgr.smithi019.ehhwnq (mgr.14180) 176 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:35.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:34 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:34.002100+0000 mgr.smithi019.ehhwnq (mgr.14180) 176 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:35.387 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:39:36.070 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:35 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:34.580321+0000 mgr.smithi019.ehhwnq (mgr.14180) 177 : cluster [DBG] pgmap v128: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:39:36.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:35 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:34.580321+0000 mgr.smithi019.ehhwnq (mgr.14180) 177 : cluster [DBG] pgmap v128: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:39:36.796 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:39:36.797 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:39:37.159 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:39:37.623 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:37 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:36.580744+0000 mgr.smithi019.ehhwnq (mgr.14180) 178 : cluster [DBG] pgmap v129: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:39:37.623 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:37 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:36.796379+0000 mgr.smithi019.ehhwnq (mgr.14180) 179 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:37.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:37 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:36.580744+0000 mgr.smithi019.ehhwnq (mgr.14180) 178 : cluster [DBG] pgmap v129: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:39:37.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:37 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:36.796379+0000 mgr.smithi019.ehhwnq (mgr.14180) 179 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:38.160 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:39:39.554 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:39:39.554 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:39:39.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:38.581205+0000 mgr.smithi019.ehhwnq (mgr.14180) 180 : cluster [DBG] pgmap v130: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:39:39.974 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:39:40.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:39 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:38.581205+0000 mgr.smithi019.ehhwnq (mgr.14180) 180 : cluster [DBG] pgmap v130: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:39:40.976 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:39:41.009 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:40 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:39.553147+0000 mgr.smithi019.ehhwnq (mgr.14180) 181 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:41.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:40 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:39.553147+0000 mgr.smithi019.ehhwnq (mgr.14180) 181 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:41.869 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:41 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:40.581762+0000 mgr.smithi019.ehhwnq (mgr.14180) 182 : cluster [DBG] pgmap v131: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:39:42.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:40.581762+0000 mgr.smithi019.ehhwnq (mgr.14180) 182 : cluster [DBG] pgmap v131: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:39:42.267 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:39:42.267 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:39:42.632 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:39:43.632 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:39:43.959 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:42.267111+0000 mgr.smithi019.ehhwnq (mgr.14180) 183 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:43.959 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:42.582251+0000 mgr.smithi019.ehhwnq (mgr.14180) 184 : cluster [DBG] pgmap v132: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:39:44.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:42.267111+0000 mgr.smithi019.ehhwnq (mgr.14180) 183 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:44.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:42.582251+0000 mgr.smithi019.ehhwnq (mgr.14180) 184 : cluster [DBG] pgmap v132: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:39:44.994 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:39:44.994 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:39:45.359 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:39:46.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:44.583032+0000 mgr.smithi019.ehhwnq (mgr.14180) 185 : cluster [DBG] pgmap v133: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:39:46.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:44.993820+0000 mgr.smithi019.ehhwnq (mgr.14180) 186 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:46.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:44.583032+0000 mgr.smithi019.ehhwnq (mgr.14180) 185 : cluster [DBG] pgmap v133: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:39:46.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:44.993820+0000 mgr.smithi019.ehhwnq (mgr.14180) 186 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:46.360 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:39:47.361 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:46.583415+0000 mgr.smithi019.ehhwnq (mgr.14180) 187 : cluster [DBG] pgmap v134: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:39:47.623 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:46.583415+0000 mgr.smithi019.ehhwnq (mgr.14180) 187 : cluster [DBG] pgmap v134: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:39:47.727 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:39:47.727 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:39:48.275 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:39:48.623 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:48 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:47.727093+0000 mgr.smithi019.ehhwnq (mgr.14180) 188 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:48.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:48 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:47.727093+0000 mgr.smithi019.ehhwnq (mgr.14180) 188 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:49.277 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:39:49.623 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:49 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:48.583985+0000 mgr.smithi019.ehhwnq (mgr.14180) 189 : cluster [DBG] pgmap v135: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:39:49.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:49 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:48.583985+0000 mgr.smithi019.ehhwnq (mgr.14180) 189 : cluster [DBG] pgmap v135: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:39:50.685 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:39:50.685 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:39:51.081 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:39:52.082 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:39:52.118 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:50.584439+0000 mgr.smithi019.ehhwnq (mgr.14180) 190 : cluster [DBG] pgmap v136: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:39:52.118 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:50.684357+0000 mgr.smithi019.ehhwnq (mgr.14180) 191 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:52.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:50.584439+0000 mgr.smithi019.ehhwnq (mgr.14180) 190 : cluster [DBG] pgmap v136: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:39:52.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:50.684357+0000 mgr.smithi019.ehhwnq (mgr.14180) 191 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:53.409 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:39:53.410 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:39:53.729 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:53 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:52.584823+0000 mgr.smithi019.ehhwnq (mgr.14180) 192 : cluster [DBG] pgmap v137: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:39:53.773 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:39:54.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:53 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:52.584823+0000 mgr.smithi019.ehhwnq (mgr.14180) 192 : cluster [DBG] pgmap v137: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:39:54.774 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:39:55.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:54 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:53.408841+0000 mgr.smithi019.ehhwnq (mgr.14180) 193 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:55.123 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:54 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:53.408841+0000 mgr.smithi019.ehhwnq (mgr.14180) 193 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:55.801 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:54.585326+0000 mgr.smithi019.ehhwnq (mgr.14180) 194 : cluster [DBG] pgmap v138: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:39:56.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:54.585326+0000 mgr.smithi019.ehhwnq (mgr.14180) 194 : cluster [DBG] pgmap v138: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:39:56.166 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:39:56.166 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:39:56.562 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:39:57.562 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:39:57.598 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:56.166171+0000 mgr.smithi019.ehhwnq (mgr.14180) 195 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:57.598 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:56.585821+0000 mgr.smithi019.ehhwnq (mgr.14180) 196 : cluster [DBG] pgmap v139: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:39:57.623 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:56.166171+0000 mgr.smithi019.ehhwnq (mgr.14180) 195 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:57.623 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:56.585821+0000 mgr.smithi019.ehhwnq (mgr.14180) 196 : cluster [DBG] pgmap v139: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:39:58.929 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:39:58.929 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:39:59.297 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:40:00.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:39:58.586258+0000 mgr.smithi019.ehhwnq (mgr.14180) 197 : cluster [DBG] pgmap v140: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:40:00.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:39:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:39:58.928555+0000 mgr.smithi019.ehhwnq (mgr.14180) 198 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:00.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:39:58.586258+0000 mgr.smithi019.ehhwnq (mgr.14180) 197 : cluster [DBG] pgmap v140: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:40:00.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:39:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:39:58.928555+0000 mgr.smithi019.ehhwnq (mgr.14180) 198 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:00.298 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:01.050 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:00 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:40:00.000165+0000 mon.smithi019 (mon.0) 645 : cluster [INF] overall HEALTH_OK 2024-01-27T23:40:01.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:00 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:40:00.000165+0000 mon.smithi019 (mon.0) 645 : cluster [INF] overall HEALTH_OK 2024-01-27T23:40:01.700 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:40:01.700 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:40:02.003 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:01 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:40:00.586723+0000 mgr.smithi019.ehhwnq (mgr.14180) 199 : cluster [DBG] pgmap v141: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:40:02.064 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:40:02.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:01 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:40:00.586723+0000 mgr.smithi019.ehhwnq (mgr.14180) 199 : cluster [DBG] pgmap v141: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:40:03.065 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:03.100 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:02 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:40:01.699495+0000 mgr.smithi019.ehhwnq (mgr.14180) 200 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:03.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:02 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:40:01.699495+0000 mgr.smithi019.ehhwnq (mgr.14180) 200 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:03.791 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:40:02.587289+0000 mgr.smithi019.ehhwnq (mgr.14180) 201 : cluster [DBG] pgmap v142: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:40:04.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:03 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:40:02.587289+0000 mgr.smithi019.ehhwnq (mgr.14180) 201 : cluster [DBG] pgmap v142: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:40:04.462 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:40:04.462 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:40:04.821 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:40:05.822 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:06.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:05 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:40:04.461896+0000 mgr.smithi019.ehhwnq (mgr.14180) 202 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:06.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:05 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:40:04.587751+0000 mgr.smithi019.ehhwnq (mgr.14180) 203 : cluster [DBG] pgmap v143: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:40:06.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:05 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:40:04.461896+0000 mgr.smithi019.ehhwnq (mgr.14180) 202 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:06.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:05 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:40:04.587751+0000 mgr.smithi019.ehhwnq (mgr.14180) 203 : cluster [DBG] pgmap v143: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:40:07.206 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:40:07.206 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:40:07.502 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:40:06.588148+0000 mgr.smithi019.ehhwnq (mgr.14180) 204 : cluster [DBG] pgmap v144: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:40:07.579 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:40:07.623 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:40:06.588148+0000 mgr.smithi019.ehhwnq (mgr.14180) 204 : cluster [DBG] pgmap v144: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:40:08.580 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:08.614 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:08 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:40:07.205239+0000 mgr.smithi019.ehhwnq (mgr.14180) 205 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:08.623 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:08 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:40:07.205239+0000 mgr.smithi019.ehhwnq (mgr.14180) 205 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:09.549 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:40:08.588653+0000 mgr.smithi019.ehhwnq (mgr.14180) 206 : cluster [DBG] pgmap v145: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:40:09.623 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:40:08.588653+0000 mgr.smithi019.ehhwnq (mgr.14180) 206 : cluster [DBG] pgmap v145: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:40:09.909 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:40:09.909 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:40:10.312 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:40:10.623 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:10 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:40:09.908389+0000 mgr.smithi019.ehhwnq (mgr.14180) 207 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:10.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:40:09.908389+0000 mgr.smithi019.ehhwnq (mgr.14180) 207 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:11.313 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:11.623 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:40:10.589258+0000 mgr.smithi019.ehhwnq (mgr.14180) 208 : cluster [DBG] pgmap v146: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:40:11.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:40:10.589258+0000 mgr.smithi019.ehhwnq (mgr.14180) 208 : cluster [DBG] pgmap v146: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:40:12.625 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:40:12.625 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:40:12.986 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:40:13.988 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:14.022 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:13 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:40:12.589631+0000 mgr.smithi019.ehhwnq (mgr.14180) 209 : cluster [DBG] pgmap v147: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:40:14.023 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:13 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:40:12.624377+0000 mgr.smithi019.ehhwnq (mgr.14180) 210 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:14.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:13 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:40:12.589631+0000 mgr.smithi019.ehhwnq (mgr.14180) 209 : cluster [DBG] pgmap v147: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:40:14.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:13 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:40:12.624377+0000 mgr.smithi019.ehhwnq (mgr.14180) 210 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:15.366 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:40:15.366 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:40:15.735 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:40:16.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:40:14.590102+0000 mgr.smithi019.ehhwnq (mgr.14180) 211 : cluster [DBG] pgmap v148: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:40:16.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:40:14.590102+0000 mgr.smithi019.ehhwnq (mgr.14180) 211 : cluster [DBG] pgmap v148: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:40:16.737 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:17.071 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:16 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:40:15.365727+0000 mgr.smithi019.ehhwnq (mgr.14180) 212 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:17.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:16 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:40:15.365727+0000 mgr.smithi019.ehhwnq (mgr.14180) 212 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:17.732 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:17 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:40:16.590519+0000 mgr.smithi019.ehhwnq (mgr.14180) 213 : cluster [DBG] pgmap v149: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:40:18.088 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:40:18.088 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:40:18.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:17 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:40:16.590519+0000 mgr.smithi019.ehhwnq (mgr.14180) 213 : cluster [DBG] pgmap v149: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:40:18.486 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:40:19.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:18 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:40:18.087777+0000 mgr.smithi019.ehhwnq (mgr.14180) 214 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:19.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:18 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:40:18.087777+0000 mgr.smithi019.ehhwnq (mgr.14180) 214 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:19.487 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:19.813 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:40:18.591121+0000 mgr.smithi019.ehhwnq (mgr.14180) 215 : cluster [DBG] pgmap v150: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:40:20.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:40:18.591121+0000 mgr.smithi019.ehhwnq (mgr.14180) 215 : cluster [DBG] pgmap v150: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:40:20.852 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:40:20.852 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:40:21.220 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:40:22.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:21 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:40:20.591572+0000 mgr.smithi019.ehhwnq (mgr.14180) 216 : cluster [DBG] pgmap v151: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:40:22.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:21 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:40:20.851818+0000 mgr.smithi019.ehhwnq (mgr.14180) 217 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:22.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:21 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:40:20.591572+0000 mgr.smithi019.ehhwnq (mgr.14180) 216 : cluster [DBG] pgmap v151: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:40:22.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:21 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:40:20.851818+0000 mgr.smithi019.ehhwnq (mgr.14180) 217 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:22.221 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:23.674 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:40:23.674 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:40:23.955 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:40:22.591939+0000 mgr.smithi019.ehhwnq (mgr.14180) 218 : cluster [DBG] pgmap v152: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:40:24.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:40:22.591939+0000 mgr.smithi019.ehhwnq (mgr.14180) 218 : cluster [DBG] pgmap v152: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:40:24.145 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:40:25.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:24 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:40:23.673019+0000 mgr.smithi019.ehhwnq (mgr.14180) 219 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:25.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:24 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:40:23.673019+0000 mgr.smithi019.ehhwnq (mgr.14180) 219 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:25.146 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:25.823 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:25 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:40:24.592704+0000 mgr.smithi019.ehhwnq (mgr.14180) 220 : cluster [DBG] pgmap v153: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:40:26.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:25 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:40:24.592704+0000 mgr.smithi019.ehhwnq (mgr.14180) 220 : cluster [DBG] pgmap v153: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:40:26.491 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:40:26.491 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:40:26.861 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:40:27.623 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:40:26.490036+0000 mgr.smithi019.ehhwnq (mgr.14180) 221 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:27.623 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:40:26.593362+0000 mgr.smithi019.ehhwnq (mgr.14180) 222 : cluster [DBG] pgmap v154: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:40:27.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:40:26.490036+0000 mgr.smithi019.ehhwnq (mgr.14180) 221 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:27.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:40:26.593362+0000 mgr.smithi019.ehhwnq (mgr.14180) 222 : cluster [DBG] pgmap v154: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:40:27.861 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:29.196 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:40:29.196 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:40:29.590 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:40:29.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:29 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:40:28.593836+0000 mgr.smithi019.ehhwnq (mgr.14180) 223 : cluster [DBG] pgmap v155: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:40:30.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:29 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:40:28.593836+0000 mgr.smithi019.ehhwnq (mgr.14180) 223 : cluster [DBG] pgmap v155: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:40:30.591 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:30.919 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:30 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:40:29.195265+0000 mgr.smithi019.ehhwnq (mgr.14180) 224 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:31.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:30 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:40:29.195265+0000 mgr.smithi019.ehhwnq (mgr.14180) 224 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:31.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:31 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:40:30.594400+0000 mgr.smithi019.ehhwnq (mgr.14180) 225 : cluster [DBG] pgmap v156: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:40:31.987 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:40:31.988 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:40:32.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:31 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:40:30.594400+0000 mgr.smithi019.ehhwnq (mgr.14180) 225 : cluster [DBG] pgmap v156: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:40:32.351 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:40:33.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:32 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:40:31.986532+0000 mgr.smithi019.ehhwnq (mgr.14180) 226 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:33.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:32 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:40:31.986532+0000 mgr.smithi019.ehhwnq (mgr.14180) 226 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:33.352 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:34.102 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:33 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:40:32.594861+0000 mgr.smithi019.ehhwnq (mgr.14180) 227 : cluster [DBG] pgmap v157: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:40:34.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:33 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:40:32.594861+0000 mgr.smithi019.ehhwnq (mgr.14180) 227 : cluster [DBG] pgmap v157: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:40:34.714 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:40:34.714 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:40:35.084 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:40:36.085 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:36.118 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:35 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:40:34.595257+0000 mgr.smithi019.ehhwnq (mgr.14180) 228 : cluster [DBG] pgmap v158: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:40:36.118 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:35 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:40:34.713163+0000 mgr.smithi019.ehhwnq (mgr.14180) 229 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:36.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:35 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:40:34.595257+0000 mgr.smithi019.ehhwnq (mgr.14180) 228 : cluster [DBG] pgmap v158: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:40:36.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:35 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:40:34.713163+0000 mgr.smithi019.ehhwnq (mgr.14180) 229 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:37.374 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:37 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:40:36.595616+0000 mgr.smithi019.ehhwnq (mgr.14180) 230 : cluster [DBG] pgmap v159: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:40:37.412 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:40:37.412 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:40:37.623 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:37 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:40:36.595616+0000 mgr.smithi019.ehhwnq (mgr.14180) 230 : cluster [DBG] pgmap v159: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:40:37.793 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:40:38.623 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:38 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:40:37.411506+0000 mgr.smithi019.ehhwnq (mgr.14180) 231 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:38.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:38 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:40:37.411506+0000 mgr.smithi019.ehhwnq (mgr.14180) 231 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:38.794 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:39.374 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:40:38.299492+0000 mon.smithi019 (mon.0) 646 : cluster [DBG] mgrmap e21: smithi019.ehhwnq(active, since 4m), standbys: smithi040.bqazan 2024-01-27T23:40:39.374 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:40:38.596368+0000 mgr.smithi019.ehhwnq (mgr.14180) 232 : cluster [DBG] pgmap v160: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:40:39.623 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:39 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:40:38.299492+0000 mon.smithi019 (mon.0) 646 : cluster [DBG] mgrmap e21: smithi019.ehhwnq(active, since 4m), standbys: smithi040.bqazan 2024-01-27T23:40:39.623 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:39 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:40:38.596368+0000 mgr.smithi019.ehhwnq (mgr.14180) 232 : cluster [DBG] pgmap v160: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:40:40.111 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:40:40.111 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:40:40.485 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:40:41.485 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:41.818 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:41 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:40:40.110610+0000 mgr.smithi019.ehhwnq (mgr.14180) 233 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:41.818 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:41 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:40:40.596847+0000 mgr.smithi019.ehhwnq (mgr.14180) 234 : cluster [DBG] pgmap v161: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-27T23:40:42.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:40:40.110610+0000 mgr.smithi019.ehhwnq (mgr.14180) 233 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:42.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:40:40.596847+0000 mgr.smithi019.ehhwnq (mgr.14180) 234 : cluster [DBG] pgmap v161: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-27T23:40:42.845 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:40:42.845 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:40:43.216 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:40:44.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:40:42.597196+0000 mgr.smithi019.ehhwnq (mgr.14180) 235 : cluster [DBG] pgmap v162: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-27T23:40:44.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:40:42.844463+0000 mgr.smithi019.ehhwnq (mgr.14180) 236 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:44.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:40:42.597196+0000 mgr.smithi019.ehhwnq (mgr.14180) 235 : cluster [DBG] pgmap v162: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-27T23:40:44.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:40:42.844463+0000 mgr.smithi019.ehhwnq (mgr.14180) 236 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:44.217 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:45.552 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:40:45.553 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:40:45.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:40:44.597680+0000 mgr.smithi019.ehhwnq (mgr.14180) 237 : cluster [DBG] pgmap v163: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-27T23:40:45.957 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:40:46.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:40:44.597680+0000 mgr.smithi019.ehhwnq (mgr.14180) 237 : cluster [DBG] pgmap v163: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-27T23:40:46.958 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:46.992 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:40:45.551474+0000 mgr.smithi019.ehhwnq (mgr.14180) 238 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:47.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:40:45.551474+0000 mgr.smithi019.ehhwnq (mgr.14180) 238 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:47.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:40:46.598158+0000 mgr.smithi019.ehhwnq (mgr.14180) 239 : cluster [DBG] pgmap v164: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-27T23:40:48.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:40:46.598158+0000 mgr.smithi019.ehhwnq (mgr.14180) 239 : cluster [DBG] pgmap v164: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-27T23:40:48.294 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:40:48.294 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:40:48.658 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:40:49.659 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:50.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:49 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:40:48.293488+0000 mgr.smithi019.ehhwnq (mgr.14180) 240 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:50.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:49 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:40:48.598674+0000 mgr.smithi019.ehhwnq (mgr.14180) 241 : cluster [DBG] pgmap v165: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-27T23:40:50.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:49 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:40:48.293488+0000 mgr.smithi019.ehhwnq (mgr.14180) 240 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:50.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:49 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:40:48.598674+0000 mgr.smithi019.ehhwnq (mgr.14180) 241 : cluster [DBG] pgmap v165: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-27T23:40:51.086 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:40:51.086 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:40:51.490 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:40:52.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:40:50.599235+0000 mgr.smithi019.ehhwnq (mgr.14180) 242 : cluster [DBG] pgmap v166: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-27T23:40:52.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:40:51.084977+0000 mgr.smithi019.ehhwnq (mgr.14180) 243 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:52.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:40:50.599235+0000 mgr.smithi019.ehhwnq (mgr.14180) 242 : cluster [DBG] pgmap v166: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-27T23:40:52.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:40:51.084977+0000 mgr.smithi019.ehhwnq (mgr.14180) 243 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:52.492 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:53.826 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:40:53.827 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:40:53.855 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:53 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:40:52.599671+0000 mgr.smithi019.ehhwnq (mgr.14180) 244 : cluster [DBG] pgmap v167: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:40:54.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:53 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:40:52.599671+0000 mgr.smithi019.ehhwnq (mgr.14180) 244 : cluster [DBG] pgmap v167: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:40:54.198 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:40:55.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:54 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:40:53.825564+0000 mgr.smithi019.ehhwnq (mgr.14180) 245 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:55.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:54 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:40:53.825564+0000 mgr.smithi019.ehhwnq (mgr.14180) 245 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:55.198 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:55.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:40:54.600139+0000 mgr.smithi019.ehhwnq (mgr.14180) 246 : cluster [DBG] pgmap v168: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:40:56.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:40:54.600139+0000 mgr.smithi019.ehhwnq (mgr.14180) 246 : cluster [DBG] pgmap v168: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:40:56.595 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:40:56.596 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:40:56.998 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:40:57.624 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:40:56.594503+0000 mgr.smithi019.ehhwnq (mgr.14180) 247 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:57.624 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:40:56.600485+0000 mgr.smithi019.ehhwnq (mgr.14180) 248 : cluster [DBG] pgmap v169: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:40:57.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:40:56.594503+0000 mgr.smithi019.ehhwnq (mgr.14180) 247 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:57.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:40:56.600485+0000 mgr.smithi019.ehhwnq (mgr.14180) 248 : cluster [DBG] pgmap v169: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:40:57.999 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:59.355 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:40:59.355 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:40:59.781 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:41:00.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:40:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:40:58.600946+0000 mgr.smithi019.ehhwnq (mgr.14180) 249 : cluster [DBG] pgmap v170: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:41:00.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:40:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:40:58.600946+0000 mgr.smithi019.ehhwnq (mgr.14180) 249 : cluster [DBG] pgmap v170: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:41:00.783 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:01.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:00 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:40:59.353647+0000 mgr.smithi019.ehhwnq (mgr.14180) 250 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:01.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:00 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:40:59.353647+0000 mgr.smithi019.ehhwnq (mgr.14180) 250 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:01.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:01 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:41:00.601487+0000 mgr.smithi019.ehhwnq (mgr.14180) 251 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:02.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:01 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:41:00.601487+0000 mgr.smithi019.ehhwnq (mgr.14180) 251 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:02.268 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:41:02.268 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:41:02.648 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:41:03.649 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:04.013 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:41:02.267291+0000 mgr.smithi019.ehhwnq (mgr.14180) 252 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:04.013 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:41:02.602001+0000 mgr.smithi019.ehhwnq (mgr.14180) 253 : cluster [DBG] pgmap v172: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:04.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:03 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:41:02.267291+0000 mgr.smithi019.ehhwnq (mgr.14180) 252 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:04.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:03 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:41:02.602001+0000 mgr.smithi019.ehhwnq (mgr.14180) 253 : cluster [DBG] pgmap v172: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:05.014 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:41:05.014 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:41:05.440 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:41:06.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:05 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:41:04.602465+0000 mgr.smithi019.ehhwnq (mgr.14180) 254 : cluster [DBG] pgmap v173: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:06.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:05 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:41:05.013015+0000 mgr.smithi019.ehhwnq (mgr.14180) 255 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:06.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:05 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:41:04.602465+0000 mgr.smithi019.ehhwnq (mgr.14180) 254 : cluster [DBG] pgmap v173: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:06.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:05 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:41:05.013015+0000 mgr.smithi019.ehhwnq (mgr.14180) 255 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:06.441 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:07.374 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:41:06.602855+0000 mgr.smithi019.ehhwnq (mgr.14180) 256 : cluster [DBG] pgmap v174: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:07.623 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:41:06.602855+0000 mgr.smithi019.ehhwnq (mgr.14180) 256 : cluster [DBG] pgmap v174: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:07.802 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:41:07.802 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:41:08.221 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:41:08.624 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:08 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:41:07.801294+0000 mgr.smithi019.ehhwnq (mgr.14180) 257 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:08.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:08 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:41:07.801294+0000 mgr.smithi019.ehhwnq (mgr.14180) 257 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:09.222 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:09.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:41:08.603265+0000 mgr.smithi019.ehhwnq (mgr.14180) 258 : cluster [DBG] pgmap v175: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:41:09.623 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:41:08.603265+0000 mgr.smithi019.ehhwnq (mgr.14180) 258 : cluster [DBG] pgmap v175: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:41:10.573 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:41:10.573 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:41:10.974 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:41:11.976 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:12.008 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:41:10.571848+0000 mgr.smithi019.ehhwnq (mgr.14180) 259 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:12.009 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:41:10.603711+0000 mgr.smithi019.ehhwnq (mgr.14180) 260 : cluster [DBG] pgmap v176: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:12.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:41:10.571848+0000 mgr.smithi019.ehhwnq (mgr.14180) 259 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:12.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:41:10.603711+0000 mgr.smithi019.ehhwnq (mgr.14180) 260 : cluster [DBG] pgmap v176: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:13.280 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:41:13.280 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:41:13.654 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:41:13.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:13 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:41:12.604168+0000 mgr.smithi019.ehhwnq (mgr.14180) 261 : cluster [DBG] pgmap v177: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:14.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:13 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:41:12.604168+0000 mgr.smithi019.ehhwnq (mgr.14180) 261 : cluster [DBG] pgmap v177: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:14.656 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:14.981 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:14 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:41:13.279280+0000 mgr.smithi019.ehhwnq (mgr.14180) 262 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:15.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:14 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:41:13.279280+0000 mgr.smithi019.ehhwnq (mgr.14180) 262 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:15.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:41:14.604788+0000 mgr.smithi019.ehhwnq (mgr.14180) 263 : cluster [DBG] pgmap v178: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:15.964 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:41:15.965 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:41:16.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:41:14.604788+0000 mgr.smithi019.ehhwnq (mgr.14180) 263 : cluster [DBG] pgmap v178: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:16.329 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:41:17.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:16 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:41:15.963953+0000 mgr.smithi019.ehhwnq (mgr.14180) 264 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:17.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:16 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:41:15.963953+0000 mgr.smithi019.ehhwnq (mgr.14180) 264 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:17.330 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:17.990 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:17 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:41:16.605371+0000 mgr.smithi019.ehhwnq (mgr.14180) 265 : cluster [DBG] pgmap v179: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:18.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:17 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:41:16.605371+0000 mgr.smithi019.ehhwnq (mgr.14180) 265 : cluster [DBG] pgmap v179: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:18.732 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:41:18.732 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:41:19.122 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:41:20.123 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:20.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:41:18.605798+0000 mgr.smithi019.ehhwnq (mgr.14180) 266 : cluster [DBG] pgmap v180: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:41:20.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:41:18.731334+0000 mgr.smithi019.ehhwnq (mgr.14180) 267 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:20.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:41:18.605798+0000 mgr.smithi019.ehhwnq (mgr.14180) 266 : cluster [DBG] pgmap v180: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:41:20.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:41:18.731334+0000 mgr.smithi019.ehhwnq (mgr.14180) 267 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:21.473 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:41:21.473 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:41:21.757 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:21 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:41:20.606454+0000 mgr.smithi019.ehhwnq (mgr.14180) 268 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:21.837 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:41:22.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:21 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:41:20.606454+0000 mgr.smithi019.ehhwnq (mgr.14180) 268 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:22.838 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:23.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:22 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:41:21.471601+0000 mgr.smithi019.ehhwnq (mgr.14180) 269 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:23.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:22 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:41:21.471601+0000 mgr.smithi019.ehhwnq (mgr.14180) 269 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:23.816 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:41:22.607048+0000 mgr.smithi019.ehhwnq (mgr.14180) 270 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:24.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:41:22.607048+0000 mgr.smithi019.ehhwnq (mgr.14180) 270 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:24.189 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:41:24.189 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:41:24.553 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:41:25.554 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:25.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:25 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:41:24.187756+0000 mgr.smithi019.ehhwnq (mgr.14180) 271 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:25.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:25 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:41:24.607775+0000 mgr.smithi019.ehhwnq (mgr.14180) 272 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:26.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:25 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:41:24.187756+0000 mgr.smithi019.ehhwnq (mgr.14180) 271 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:26.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:25 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:41:24.607775+0000 mgr.smithi019.ehhwnq (mgr.14180) 272 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:26.958 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:41:26.958 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:41:27.352 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:41:27.624 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:41:26.608134+0000 mgr.smithi019.ehhwnq (mgr.14180) 273 : cluster [DBG] pgmap v184: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:27.624 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:41:26.956854+0000 mgr.smithi019.ehhwnq (mgr.14180) 274 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:27.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:41:26.608134+0000 mgr.smithi019.ehhwnq (mgr.14180) 273 : cluster [DBG] pgmap v184: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:27.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:41:26.956854+0000 mgr.smithi019.ehhwnq (mgr.14180) 274 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:28.352 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:29.720 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:41:29.720 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:41:30.001 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:29 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:41:28.608685+0000 mgr.smithi019.ehhwnq (mgr.14180) 275 : cluster [DBG] pgmap v185: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:41:30.077 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:41:30.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:29 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:41:28.608685+0000 mgr.smithi019.ehhwnq (mgr.14180) 275 : cluster [DBG] pgmap v185: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:41:31.078 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:31.111 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:30 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:41:29.718680+0000 mgr.smithi019.ehhwnq (mgr.14180) 276 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:31.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:30 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:41:29.718680+0000 mgr.smithi019.ehhwnq (mgr.14180) 276 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:31.805 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:31 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:41:30.609258+0000 mgr.smithi019.ehhwnq (mgr.14180) 277 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:32.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:31 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:41:30.609258+0000 mgr.smithi019.ehhwnq (mgr.14180) 277 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:32.472 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:41:32.472 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:41:32.868 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:41:33.869 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:34.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:33 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:41:32.468742+0000 mgr.smithi019.ehhwnq (mgr.14180) 278 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:34.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:33 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:41:32.609739+0000 mgr.smithi019.ehhwnq (mgr.14180) 279 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:34.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:33 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:41:32.468742+0000 mgr.smithi019.ehhwnq (mgr.14180) 278 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:34.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:33 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:41:32.609739+0000 mgr.smithi019.ehhwnq (mgr.14180) 279 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:35.207 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:41:35.207 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:41:35.576 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:41:35.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:35 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:41:34.610383+0000 mgr.smithi019.ehhwnq (mgr.14180) 280 : cluster [DBG] pgmap v188: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:36.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:35 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:41:34.610383+0000 mgr.smithi019.ehhwnq (mgr.14180) 280 : cluster [DBG] pgmap v188: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:36.577 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:36.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:36 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:41:35.205952+0000 mgr.smithi019.ehhwnq (mgr.14180) 281 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:37.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:36 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:41:35.205952+0000 mgr.smithi019.ehhwnq (mgr.14180) 281 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:37.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:37 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:41:36.610797+0000 mgr.smithi019.ehhwnq (mgr.14180) 282 : cluster [DBG] pgmap v189: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:37.948 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:41:37.948 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:41:38.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:37 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:41:36.610797+0000 mgr.smithi019.ehhwnq (mgr.14180) 282 : cluster [DBG] pgmap v189: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:38.318 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:41:39.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:38 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:41:37.947395+0000 mgr.smithi019.ehhwnq (mgr.14180) 283 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:39.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:38 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:41:37.947395+0000 mgr.smithi019.ehhwnq (mgr.14180) 283 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:39.319 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:39.996 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:41:38.611319+0000 mgr.smithi019.ehhwnq (mgr.14180) 284 : cluster [DBG] pgmap v190: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:41:40.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:39 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:41:38.611319+0000 mgr.smithi019.ehhwnq (mgr.14180) 284 : cluster [DBG] pgmap v190: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:41:40.665 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:41:40.665 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:41:41.093 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:41:41.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:41 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:41:40.611755+0000 mgr.smithi019.ehhwnq (mgr.14180) 285 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:41.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:41 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:41:40.664340+0000 mgr.smithi019.ehhwnq (mgr.14180) 286 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:41.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:41 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:41:41.612847+0000 mon.smithi019 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi040.mywtak"}]: dispatch 2024-01-27T23:41:42.094 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:42.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:41:40.611755+0000 mgr.smithi019.ehhwnq (mgr.14180) 285 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:42.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:41:40.664340+0000 mgr.smithi019.ehhwnq (mgr.14180) 286 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:42.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:41:41.612847+0000 mon.smithi019 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi040.mywtak"}]: dispatch 2024-01-27T23:41:43.031 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:41:41.612257+0000 mgr.smithi019.ehhwnq (mgr.14180) 287 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak 2024-01-27T23:41:43.031 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak 2024-01-27T23:41:43.031 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak 2024-01-27T23:41:43.031 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak 2024-01-27T23:41:43.031 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Deploy daemon haproxy.nfs.foo.smithi040.mywtak ... 2024-01-27T23:41:43.031 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:41:43.031 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:41:43.031 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:39:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:41:43.031 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:40:26Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:41:43.031 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:41:04Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:41:43.031 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:41:43.032 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:41:43.032 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Traceback (most recent call last): 2024-01-27T23:41:43.032 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-27T23:41:43.032 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: yield (conn, connr) 2024-01-27T23:41:43.032 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-27T23:41:43.032 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: code, '\n'.join(err))) 2024-01-27T23:41:43.032 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak 2024-01-27T23:41:43.032 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak 2024-01-27T23:41:43.032 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak 2024-01-27T23:41:43.032 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak 2024-01-27T23:41:43.032 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Deploy daemon haproxy.nfs.foo.smithi040.mywtak ... 2024-01-27T23:41:43.032 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:41:43.032 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:41:43.032 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:39:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:41:43.033 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:40:26Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:41:43.033 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:41:04Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:41:43.033 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:41:43.033 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:41:43.033 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:41:41.612489+0000 mgr.smithi019.ehhwnq (mgr.14180) 288 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi040.mywtak 2024-01-27T23:41:43.033 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:41:41.613604+0000 mgr.smithi019.ehhwnq (mgr.14180) 289 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak 2024-01-27T23:41:43.033 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak 2024-01-27T23:41:43.033 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak 2024-01-27T23:41:43.033 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak 2024-01-27T23:41:43.033 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Deploy daemon haproxy.nfs.foo.smithi040.mywtak ... 2024-01-27T23:41:43.033 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:41:43.033 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:41:43.033 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:39:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:41:43.033 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:40:26Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:41:43.034 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:41:04Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:41:43.034 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:41:43.034 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:41:43.034 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:41:41.615373+0000 mgr.smithi019.ehhwnq (mgr.14180) 290 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.jjxbvl on smithi019 2024-01-27T23:41:43.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:41:41.612257+0000 mgr.smithi019.ehhwnq (mgr.14180) 287 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak 2024-01-27T23:41:43.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak 2024-01-27T23:41:43.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak 2024-01-27T23:41:43.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak 2024-01-27T23:41:43.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Deploy daemon haproxy.nfs.foo.smithi040.mywtak ... 2024-01-27T23:41:43.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:41:43.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:41:43.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:39:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:41:43.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:40:26Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:41:43.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:41:04Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:41:43.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:41:43.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:41:43.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Traceback (most recent call last): 2024-01-27T23:41:43.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-27T23:41:43.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: yield (conn, connr) 2024-01-27T23:41:43.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-27T23:41:43.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: code, '\n'.join(err))) 2024-01-27T23:41:43.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak 2024-01-27T23:41:43.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak 2024-01-27T23:41:43.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak 2024-01-27T23:41:43.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak 2024-01-27T23:41:43.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Deploy daemon haproxy.nfs.foo.smithi040.mywtak ... 2024-01-27T23:41:43.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:41:43.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:41:43.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:39:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:41:43.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:40:26Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:41:43.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:41:04Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:41:43.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:41:43.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:41:43.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:41:41.612489+0000 mgr.smithi019.ehhwnq (mgr.14180) 288 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi040.mywtak 2024-01-27T23:41:43.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:41:41.613604+0000 mgr.smithi019.ehhwnq (mgr.14180) 289 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak 2024-01-27T23:41:43.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak 2024-01-27T23:41:43.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak 2024-01-27T23:41:43.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak 2024-01-27T23:41:43.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Deploy daemon haproxy.nfs.foo.smithi040.mywtak ... 2024-01-27T23:41:43.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:41:43.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:41:43.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:39:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:41:43.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:40:26Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:41:43.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:41:04Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:41:43.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:41:43.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:41:43.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:41:41.615373+0000 mgr.smithi019.ehhwnq (mgr.14180) 290 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.jjxbvl on smithi019 2024-01-27T23:41:43.380 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:41:43.380 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:41:43.734 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:41:44.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:41:42.612158+0000 mgr.smithi019.ehhwnq (mgr.14180) 291 : cluster [DBG] pgmap v192: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:44.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:41:42.612158+0000 mgr.smithi019.ehhwnq (mgr.14180) 291 : cluster [DBG] pgmap v192: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:44.735 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:45.098 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:44 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:41:43.379040+0000 mgr.smithi019.ehhwnq (mgr.14180) 292 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:45.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:44 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:41:43.379040+0000 mgr.smithi019.ehhwnq (mgr.14180) 292 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:45.796 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:41:44.612620+0000 mgr.smithi019.ehhwnq (mgr.14180) 293 : cluster [DBG] pgmap v193: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:46.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:41:44.612620+0000 mgr.smithi019.ehhwnq (mgr.14180) 293 : cluster [DBG] pgmap v193: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:46.173 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:41:46.173 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:41:46.583 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:41:47.584 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:47.618 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:41:46.172350+0000 mgr.smithi019.ehhwnq (mgr.14180) 294 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:47.618 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:41:46.613189+0000 mgr.smithi019.ehhwnq (mgr.14180) 295 : cluster [DBG] pgmap v194: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:47.624 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:41:46.172350+0000 mgr.smithi019.ehhwnq (mgr.14180) 294 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:47.624 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:41:46.613189+0000 mgr.smithi019.ehhwnq (mgr.14180) 295 : cluster [DBG] pgmap v194: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:48.943 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:41:48.944 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:41:49.315 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:41:50.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:49 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:41:48.613773+0000 mgr.smithi019.ehhwnq (mgr.14180) 296 : cluster [DBG] pgmap v195: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:41:50.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:49 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:41:48.942449+0000 mgr.smithi019.ehhwnq (mgr.14180) 297 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:50.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:49 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:41:48.613773+0000 mgr.smithi019.ehhwnq (mgr.14180) 296 : cluster [DBG] pgmap v195: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:41:50.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:49 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:41:48.942449+0000 mgr.smithi019.ehhwnq (mgr.14180) 297 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:50.316 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:51.732 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:41:51.732 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:41:51.927 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:41:50.614354+0000 mgr.smithi019.ehhwnq (mgr.14180) 298 : cluster [DBG] pgmap v196: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:52.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:41:50.614354+0000 mgr.smithi019.ehhwnq (mgr.14180) 298 : cluster [DBG] pgmap v196: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:52.133 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:41:53.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:41:51.730133+0000 mgr.smithi019.ehhwnq (mgr.14180) 299 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:53.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:41:51.730133+0000 mgr.smithi019.ehhwnq (mgr.14180) 299 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:53.134 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:53.777 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:53 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:41:52.614824+0000 mgr.smithi019.ehhwnq (mgr.14180) 300 : cluster [DBG] pgmap v197: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:54.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:53 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:41:52.614824+0000 mgr.smithi019.ehhwnq (mgr.14180) 300 : cluster [DBG] pgmap v197: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:54.473 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:41:54.473 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:41:54.841 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:41:55.842 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:56.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:41:54.471599+0000 mgr.smithi019.ehhwnq (mgr.14180) 301 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:56.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:41:54.615437+0000 mgr.smithi019.ehhwnq (mgr.14180) 302 : cluster [DBG] pgmap v198: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:56.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:41:54.471599+0000 mgr.smithi019.ehhwnq (mgr.14180) 301 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:56.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:41:54.615437+0000 mgr.smithi019.ehhwnq (mgr.14180) 302 : cluster [DBG] pgmap v198: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:57.254 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:41:57.254 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:41:57.624 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:41:56.615893+0000 mgr.smithi019.ehhwnq (mgr.14180) 303 : cluster [DBG] pgmap v199: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:57.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:41:56.615893+0000 mgr.smithi019.ehhwnq (mgr.14180) 303 : cluster [DBG] pgmap v199: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:41:57.666 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:41:58.624 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:58 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:41:57.252967+0000 mgr.smithi019.ehhwnq (mgr.14180) 304 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:58.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:58 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:41:57.252967+0000 mgr.smithi019.ehhwnq (mgr.14180) 304 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:58.667 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:59.624 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:41:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:41:58.616610+0000 mgr.smithi019.ehhwnq (mgr.14180) 305 : cluster [DBG] pgmap v200: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:41:59.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:41:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:41:58.616610+0000 mgr.smithi019.ehhwnq (mgr.14180) 305 : cluster [DBG] pgmap v200: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:42:00.031 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:42:00.032 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:42:00.424 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:42:00.624 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:00 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:42:00.030589+0000 mgr.smithi019.ehhwnq (mgr.14180) 306 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:00.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:00 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:42:00.030589+0000 mgr.smithi019.ehhwnq (mgr.14180) 306 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:01.426 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:01.624 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:01 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:42:00.617302+0000 mgr.smithi019.ehhwnq (mgr.14180) 307 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:01.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:01 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:42:00.617302+0000 mgr.smithi019.ehhwnq (mgr.14180) 307 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:02.803 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:42:02.803 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:42:03.215 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:42:04.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:03 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:42:02.617652+0000 mgr.smithi019.ehhwnq (mgr.14180) 308 : cluster [DBG] pgmap v202: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:04.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:03 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:42:02.801684+0000 mgr.smithi019.ehhwnq (mgr.14180) 309 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:04.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:42:02.617652+0000 mgr.smithi019.ehhwnq (mgr.14180) 308 : cluster [DBG] pgmap v202: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:04.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:42:02.801684+0000 mgr.smithi019.ehhwnq (mgr.14180) 309 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:04.216 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:05.533 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:42:05.533 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:42:05.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:05 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:42:04.618294+0000 mgr.smithi019.ehhwnq (mgr.14180) 310 : cluster [DBG] pgmap v203: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:05.908 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:42:06.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:05 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:42:04.618294+0000 mgr.smithi019.ehhwnq (mgr.14180) 310 : cluster [DBG] pgmap v203: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:06.909 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:06.942 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:06 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:42:05.531640+0000 mgr.smithi019.ehhwnq (mgr.14180) 311 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:07.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:06 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:42:05.531640+0000 mgr.smithi019.ehhwnq (mgr.14180) 311 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:07.944 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:42:06.618766+0000 mgr.smithi019.ehhwnq (mgr.14180) 312 : cluster [DBG] pgmap v204: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:08.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:42:06.618766+0000 mgr.smithi019.ehhwnq (mgr.14180) 312 : cluster [DBG] pgmap v204: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:08.303 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:42:08.303 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:42:08.714 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:42:09.715 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:10.041 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:42:08.301807+0000 mgr.smithi019.ehhwnq (mgr.14180) 313 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:10.041 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:42:08.619369+0000 mgr.smithi019.ehhwnq (mgr.14180) 314 : cluster [DBG] pgmap v205: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:42:10.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:42:08.301807+0000 mgr.smithi019.ehhwnq (mgr.14180) 313 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:10.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:42:08.619369+0000 mgr.smithi019.ehhwnq (mgr.14180) 314 : cluster [DBG] pgmap v205: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:42:11.039 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:42:11.039 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:42:11.473 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:42:11.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:42:10.619826+0000 mgr.smithi019.ehhwnq (mgr.14180) 315 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:11.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:42:11.037622+0000 mgr.smithi019.ehhwnq (mgr.14180) 316 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:12.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:42:10.619826+0000 mgr.smithi019.ehhwnq (mgr.14180) 315 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:12.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:42:11.037622+0000 mgr.smithi019.ehhwnq (mgr.14180) 316 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:12.474 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:13.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:13 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:42:12.620230+0000 mgr.smithi019.ehhwnq (mgr.14180) 317 : cluster [DBG] pgmap v207: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:13.877 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:42:13.877 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:42:14.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:13 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:42:12.620230+0000 mgr.smithi019.ehhwnq (mgr.14180) 317 : cluster [DBG] pgmap v207: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:14.280 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:42:15.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:14 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:42:13.876174+0000 mgr.smithi019.ehhwnq (mgr.14180) 318 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:15.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:14 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:42:13.876174+0000 mgr.smithi019.ehhwnq (mgr.14180) 318 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:15.281 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:15.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:42:14.620841+0000 mgr.smithi019.ehhwnq (mgr.14180) 319 : cluster [DBG] pgmap v208: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:16.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:42:14.620841+0000 mgr.smithi019.ehhwnq (mgr.14180) 319 : cluster [DBG] pgmap v208: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:16.607 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:42:16.607 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:42:16.996 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:42:17.624 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:17 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:42:16.605869+0000 mgr.smithi019.ehhwnq (mgr.14180) 320 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:17.624 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:17 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:42:16.621187+0000 mgr.smithi019.ehhwnq (mgr.14180) 321 : cluster [DBG] pgmap v209: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:17.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:17 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:42:16.605869+0000 mgr.smithi019.ehhwnq (mgr.14180) 320 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:17.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:17 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:42:16.621187+0000 mgr.smithi019.ehhwnq (mgr.14180) 321 : cluster [DBG] pgmap v209: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:17.997 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:19.426 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:42:19.427 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:42:19.744 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:42:18.621650+0000 mgr.smithi019.ehhwnq (mgr.14180) 322 : cluster [DBG] pgmap v210: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:42:19.829 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:42:20.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:42:18.621650+0000 mgr.smithi019.ehhwnq (mgr.14180) 322 : cluster [DBG] pgmap v210: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:42:20.830 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:21.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:20 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:42:19.424956+0000 mgr.smithi019.ehhwnq (mgr.14180) 323 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:21.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:20 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:42:19.424956+0000 mgr.smithi019.ehhwnq (mgr.14180) 323 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:21.790 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:21 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:42:20.622210+0000 mgr.smithi019.ehhwnq (mgr.14180) 324 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:22.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:21 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:42:20.622210+0000 mgr.smithi019.ehhwnq (mgr.14180) 324 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:22.167 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:42:22.167 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:42:22.547 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:42:23.548 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:23.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:42:22.165593+0000 mgr.smithi019.ehhwnq (mgr.14180) 325 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:23.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:42:22.622654+0000 mgr.smithi019.ehhwnq (mgr.14180) 326 : cluster [DBG] pgmap v212: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:24.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:42:22.165593+0000 mgr.smithi019.ehhwnq (mgr.14180) 325 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:24.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:42:22.622654+0000 mgr.smithi019.ehhwnq (mgr.14180) 326 : cluster [DBG] pgmap v212: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:24.892 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:42:24.892 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:42:25.262 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:42:26.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:25 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:42:24.623125+0000 mgr.smithi019.ehhwnq (mgr.14180) 327 : cluster [DBG] pgmap v213: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:26.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:25 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:42:24.890814+0000 mgr.smithi019.ehhwnq (mgr.14180) 328 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:26.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:25 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:42:24.623125+0000 mgr.smithi019.ehhwnq (mgr.14180) 327 : cluster [DBG] pgmap v213: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:26.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:25 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:42:24.890814+0000 mgr.smithi019.ehhwnq (mgr.14180) 328 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:26.262 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:27.617 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:42:27.617 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:42:27.624 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:42:26.623501+0000 mgr.smithi019.ehhwnq (mgr.14180) 329 : cluster [DBG] pgmap v214: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:27.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:42:26.623501+0000 mgr.smithi019.ehhwnq (mgr.14180) 329 : cluster [DBG] pgmap v214: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:28.019 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:42:28.624 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:28 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:42:27.615234+0000 mgr.smithi019.ehhwnq (mgr.14180) 330 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:28.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:28 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:42:27.615234+0000 mgr.smithi019.ehhwnq (mgr.14180) 330 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:29.020 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:29.624 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:29 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:42:28.624150+0000 mgr.smithi019.ehhwnq (mgr.14180) 331 : cluster [DBG] pgmap v215: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:42:29.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:29 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:42:28.624150+0000 mgr.smithi019.ehhwnq (mgr.14180) 331 : cluster [DBG] pgmap v215: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:42:30.445 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:42:30.445 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:42:30.819 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:42:31.820 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:32.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:31 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:42:30.444075+0000 mgr.smithi019.ehhwnq (mgr.14180) 332 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:32.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:31 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:42:30.624686+0000 mgr.smithi019.ehhwnq (mgr.14180) 333 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:32.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:31 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:42:30.444075+0000 mgr.smithi019.ehhwnq (mgr.14180) 332 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:32.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:31 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:42:30.624686+0000 mgr.smithi019.ehhwnq (mgr.14180) 333 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:33.214 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:42:33.214 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:42:33.577 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:42:33.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:33 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:42:32.625187+0000 mgr.smithi019.ehhwnq (mgr.14180) 334 : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:34.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:33 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:42:32.625187+0000 mgr.smithi019.ehhwnq (mgr.14180) 334 : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:34.578 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:34.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:34 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:42:33.212380+0000 mgr.smithi019.ehhwnq (mgr.14180) 335 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:35.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:34 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:42:33.212380+0000 mgr.smithi019.ehhwnq (mgr.14180) 335 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:35.862 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:42:35.862 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:42:35.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:35 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:42:34.625738+0000 mgr.smithi019.ehhwnq (mgr.14180) 336 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:36.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:35 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:42:34.625738+0000 mgr.smithi019.ehhwnq (mgr.14180) 336 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:36.236 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:42:37.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:36 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:42:35.860348+0000 mgr.smithi019.ehhwnq (mgr.14180) 337 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:37.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:36 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:42:35.860348+0000 mgr.smithi019.ehhwnq (mgr.14180) 337 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:37.237 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:37.875 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:37 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:42:36.626343+0000 mgr.smithi019.ehhwnq (mgr.14180) 338 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:38.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:37 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:42:36.626343+0000 mgr.smithi019.ehhwnq (mgr.14180) 338 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:38.584 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:42:38.584 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:42:38.950 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:42:39.951 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:39.984 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:42:38.582459+0000 mgr.smithi019.ehhwnq (mgr.14180) 339 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:39.984 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:42:38.626800+0000 mgr.smithi019.ehhwnq (mgr.14180) 340 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:42:40.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:39 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:42:38.582459+0000 mgr.smithi019.ehhwnq (mgr.14180) 339 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:40.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:39 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:42:38.626800+0000 mgr.smithi019.ehhwnq (mgr.14180) 340 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:42:41.361 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:42:41.361 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:42:41.735 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:42:42.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:42:40.627380+0000 mgr.smithi019.ehhwnq (mgr.14180) 341 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:42.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:41 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:42:40.627380+0000 mgr.smithi019.ehhwnq (mgr.14180) 341 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:42.736 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:43.068 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:42:41.360128+0000 mgr.smithi019.ehhwnq (mgr.14180) 342 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:43.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:42:41.360128+0000 mgr.smithi019.ehhwnq (mgr.14180) 342 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:44.122 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:42:44.122 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:42:44.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:42:42.627980+0000 mgr.smithi019.ehhwnq (mgr.14180) 343 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:44.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:42:42.627980+0000 mgr.smithi019.ehhwnq (mgr.14180) 343 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:44.501 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:42:45.502 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:45.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:42:44.121051+0000 mgr.smithi019.ehhwnq (mgr.14180) 344 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:45.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:42:44.628534+0000 mgr.smithi019.ehhwnq (mgr.14180) 345 : 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, 0 op/s 2024-01-27T23:42:46.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:42:44.121051+0000 mgr.smithi019.ehhwnq (mgr.14180) 344 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:46.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:42:44.628534+0000 mgr.smithi019.ehhwnq (mgr.14180) 345 : 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, 0 op/s 2024-01-27T23:42:46.913 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:42:46.913 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:42:47.327 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:42:47.624 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:42:46.628924+0000 mgr.smithi019.ehhwnq (mgr.14180) 346 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:47.624 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:42:46.911881+0000 mgr.smithi019.ehhwnq (mgr.14180) 347 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:47.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:42:46.628924+0000 mgr.smithi019.ehhwnq (mgr.14180) 346 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:47.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:42:46.911881+0000 mgr.smithi019.ehhwnq (mgr.14180) 347 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:48.329 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:49.716 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:42:49.716 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:42:49.983 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:49 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:42:48.629546+0000 mgr.smithi019.ehhwnq (mgr.14180) 348 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:42:50.067 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:42:50.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:49 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:42:48.629546+0000 mgr.smithi019.ehhwnq (mgr.14180) 348 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:42:51.068 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:51.100 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:42:49.714415+0000 mgr.smithi019.ehhwnq (mgr.14180) 349 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:51.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:42:49.714415+0000 mgr.smithi019.ehhwnq (mgr.14180) 349 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:52.029 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:42:50.630139+0000 mgr.smithi019.ehhwnq (mgr.14180) 350 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:52.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:42:50.630139+0000 mgr.smithi019.ehhwnq (mgr.14180) 350 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:52.412 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:42:52.413 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:42:52.817 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:42:53.819 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:54.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:53 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:42:52.411149+0000 mgr.smithi019.ehhwnq (mgr.14180) 351 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:54.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:53 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:42:52.630512+0000 mgr.smithi019.ehhwnq (mgr.14180) 352 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:54.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:53 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:42:52.411149+0000 mgr.smithi019.ehhwnq (mgr.14180) 351 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:54.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:53 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:42:52.630512+0000 mgr.smithi019.ehhwnq (mgr.14180) 352 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:55.136 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:42:55.136 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:42:55.517 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:42:55.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:42:54.631024+0000 mgr.smithi019.ehhwnq (mgr.14180) 353 : 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-01-27T23:42:56.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:42:54.631024+0000 mgr.smithi019.ehhwnq (mgr.14180) 353 : 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-01-27T23:42:56.517 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:56.875 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:42:55.133864+0000 mgr.smithi019.ehhwnq (mgr.14180) 354 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:57.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:56 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:42:55.133864+0000 mgr.smithi019.ehhwnq (mgr.14180) 354 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:57.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:42:56.631429+0000 mgr.smithi019.ehhwnq (mgr.14180) 355 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:57.899 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:42:57.899 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:42:58.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:42:56.631429+0000 mgr.smithi019.ehhwnq (mgr.14180) 355 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:42:58.308 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:42:59.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:58 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:42:57.898145+0000 mgr.smithi019.ehhwnq (mgr.14180) 356 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:59.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:58 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:42:57.898145+0000 mgr.smithi019.ehhwnq (mgr.14180) 356 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:59.309 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:59.961 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:42:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:42:58.631977+0000 mgr.smithi019.ehhwnq (mgr.14180) 357 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:43:00.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:42:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:42:58.631977+0000 mgr.smithi019.ehhwnq (mgr.14180) 357 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:43:00.663 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:43:00.663 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:43:01.032 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:43:02.033 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:43:02.067 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:01 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:43:00.632388+0000 mgr.smithi019.ehhwnq (mgr.14180) 358 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:43:02.067 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:01 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:43:00.661575+0000 mgr.smithi019.ehhwnq (mgr.14180) 359 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:02.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:01 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:43:00.632388+0000 mgr.smithi019.ehhwnq (mgr.14180) 358 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:43:02.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:01 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:43:00.661575+0000 mgr.smithi019.ehhwnq (mgr.14180) 359 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:03.443 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:43:03.443 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:43:03.771 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:43:02.632777+0000 mgr.smithi019.ehhwnq (mgr.14180) 360 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:43:03.848 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:43:04.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:03 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:43:02.632777+0000 mgr.smithi019.ehhwnq (mgr.14180) 360 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:43:04.849 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:43:05.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:04 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:43:03.441606+0000 mgr.smithi019.ehhwnq (mgr.14180) 361 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:05.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:04 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:43:03.441606+0000 mgr.smithi019.ehhwnq (mgr.14180) 361 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:05.810 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:05 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:43:04.633321+0000 mgr.smithi019.ehhwnq (mgr.14180) 362 : 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-01-27T23:43:06.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:05 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:43:04.633321+0000 mgr.smithi019.ehhwnq (mgr.14180) 362 : 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-01-27T23:43:06.185 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:43:06.185 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:43:06.549 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:43:07.550 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:43:07.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:43:06.183526+0000 mgr.smithi019.ehhwnq (mgr.14180) 363 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:07.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:43:06.633853+0000 mgr.smithi019.ehhwnq (mgr.14180) 364 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:43:07.624 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:43:06.183526+0000 mgr.smithi019.ehhwnq (mgr.14180) 363 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:07.624 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:43:06.633853+0000 mgr.smithi019.ehhwnq (mgr.14180) 364 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:43:08.970 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:43:08.970 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:43:09.398 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:43:10.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:43:08.634287+0000 mgr.smithi019.ehhwnq (mgr.14180) 365 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:43:10.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:43:08.969214+0000 mgr.smithi019.ehhwnq (mgr.14180) 366 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:10.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:43:08.634287+0000 mgr.smithi019.ehhwnq (mgr.14180) 365 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:43:10.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:43:08.969214+0000 mgr.smithi019.ehhwnq (mgr.14180) 366 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:10.399 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:43:11.711 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:43:11.712 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:43:12.045 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:43:10.634737+0000 mgr.smithi019.ehhwnq (mgr.14180) 367 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:43:12.073 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:43:12.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:43:10.634737+0000 mgr.smithi019.ehhwnq (mgr.14180) 367 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:43:13.073 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:43:13.107 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:12 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:43:11.709431+0000 mgr.smithi019.ehhwnq (mgr.14180) 368 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:13.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:12 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:43:11.709431+0000 mgr.smithi019.ehhwnq (mgr.14180) 368 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:13.962 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:13 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:43:12.635246+0000 mgr.smithi019.ehhwnq (mgr.14180) 369 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:43:14.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:13 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:43:12.635246+0000 mgr.smithi019.ehhwnq (mgr.14180) 369 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:43:14.485 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:43:14.485 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:43:14.905 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:43:15.906 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:43:16.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:43:14.483804+0000 mgr.smithi019.ehhwnq (mgr.14180) 370 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:16.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:43:14.635704+0000 mgr.smithi019.ehhwnq (mgr.14180) 371 : 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-01-27T23:43:16.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:43:14.483804+0000 mgr.smithi019.ehhwnq (mgr.14180) 370 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:16.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:43:14.635704+0000 mgr.smithi019.ehhwnq (mgr.14180) 371 : 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-01-27T23:43:17.245 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:43:17.245 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:43:17.578 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:17 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:43:16.636170+0000 mgr.smithi019.ehhwnq (mgr.14180) 372 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:43:17.605 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:43:17.624 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:17 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:43:16.636170+0000 mgr.smithi019.ehhwnq (mgr.14180) 372 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:43:18.606 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:43:18.624 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:18 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:43:17.243744+0000 mgr.smithi019.ehhwnq (mgr.14180) 373 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:18.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:18 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:43:17.243744+0000 mgr.smithi019.ehhwnq (mgr.14180) 373 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:19.624 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:43:18.636675+0000 mgr.smithi019.ehhwnq (mgr.14180) 374 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:43:19.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:43:18.636675+0000 mgr.smithi019.ehhwnq (mgr.14180) 374 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:43:20.069 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:43:20.069 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:43:20.361 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:20 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:43:20.067540+0000 mgr.smithi019.ehhwnq (mgr.14180) 375 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:20.429 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:43:20.624 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:20 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:43:20.067540+0000 mgr.smithi019.ehhwnq (mgr.14180) 375 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:21.430 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:43:21.624 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:21 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:43:20.637211+0000 mgr.smithi019.ehhwnq (mgr.14180) 376 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:43:21.624 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:21 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:43:20.637211+0000 mgr.smithi019.ehhwnq (mgr.14180) 376 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:43:22.747 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:43:22.747 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:43:23.205 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:43:24.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:43:22.637627+0000 mgr.smithi019.ehhwnq (mgr.14180) 377 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:43:24.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:43:22.745303+0000 mgr.smithi019.ehhwnq (mgr.14180) 378 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:24.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:43:22.637627+0000 mgr.smithi019.ehhwnq (mgr.14180) 377 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:43:24.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:43:22.745303+0000 mgr.smithi019.ehhwnq (mgr.14180) 378 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:24.206 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:43:25.541 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:43:25.542 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:43:25.875 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:25 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:43:24.638096+0000 mgr.smithi019.ehhwnq (mgr.14180) 379 : 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-01-27T23:43:25.980 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:43:26.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:25 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:43:24.638096+0000 mgr.smithi019.ehhwnq (mgr.14180) 379 : 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-01-27T23:43:26.981 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:43:27.014 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:26 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:43:25.539822+0000 mgr.smithi019.ehhwnq (mgr.14180) 380 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:27.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:26 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:43:25.539822+0000 mgr.smithi019.ehhwnq (mgr.14180) 380 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:27.940 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:43:26.638645+0000 mgr.smithi019.ehhwnq (mgr.14180) 381 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:43:28.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:43:26.638645+0000 mgr.smithi019.ehhwnq (mgr.14180) 381 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:43:28.331 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:43:28.331 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:43:28.687 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:43:29.688 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:43:30.063 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:29 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:43:28.329062+0000 mgr.smithi019.ehhwnq (mgr.14180) 382 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:30.063 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:29 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:43:28.639284+0000 mgr.smithi019.ehhwnq (mgr.14180) 383 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:43:30.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:29 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:43:28.329062+0000 mgr.smithi019.ehhwnq (mgr.14180) 382 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:30.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:29 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:43:28.639284+0000 mgr.smithi019.ehhwnq (mgr.14180) 383 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:43:31.093 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:43:31.093 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:43:31.526 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:43:31.875 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:31 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:43:30.639856+0000 mgr.smithi019.ehhwnq (mgr.14180) 384 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:43:31.875 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:31 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:43:31.091387+0000 mgr.smithi019.ehhwnq (mgr.14180) 385 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:32.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:31 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:43:30.639856+0000 mgr.smithi019.ehhwnq (mgr.14180) 384 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:43:32.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:31 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:43:31.091387+0000 mgr.smithi019.ehhwnq (mgr.14180) 385 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:32.527 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:43:33.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:33 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:43:32.640221+0000 mgr.smithi019.ehhwnq (mgr.14180) 386 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:43:33.951 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:43:33.951 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:43:34.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:33 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:43:32.640221+0000 mgr.smithi019.ehhwnq (mgr.14180) 386 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:43:34.319 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:43:35.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:34 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:43:33.949421+0000 mgr.smithi019.ehhwnq (mgr.14180) 387 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:35.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:34 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:43:33.949421+0000 mgr.smithi019.ehhwnq (mgr.14180) 387 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:35.320 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:43:36.006 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:35 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:43:34.640673+0000 mgr.smithi019.ehhwnq (mgr.14180) 388 : 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-01-27T23:43:36.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:35 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:43:34.640673+0000 mgr.smithi019.ehhwnq (mgr.14180) 388 : 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-01-27T23:43:36.685 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:43:36.685 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:43:37.044 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:43:37.624 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:37 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:43:36.641049+0000 mgr.smithi019.ehhwnq (mgr.14180) 389 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:43:37.624 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:37 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:43:36.683215+0000 mgr.smithi019.ehhwnq (mgr.14180) 390 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:37.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:37 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:43:36.641049+0000 mgr.smithi019.ehhwnq (mgr.14180) 389 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:43:37.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:37 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:43:36.683215+0000 mgr.smithi019.ehhwnq (mgr.14180) 390 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:38.045 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:43:39.356 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:43:39.357 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:43:39.737 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:43:40.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:39 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:43:38.641592+0000 mgr.smithi019.ehhwnq (mgr.14180) 391 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:43:40.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:43:38.641592+0000 mgr.smithi019.ehhwnq (mgr.14180) 391 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:43:40.738 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:43:41.096 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:40 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:43:39.354900+0000 mgr.smithi019.ehhwnq (mgr.14180) 392 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:41.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:40 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:43:39.354900+0000 mgr.smithi019.ehhwnq (mgr.14180) 392 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:41.789 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:41 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:43:40.642358+0000 mgr.smithi019.ehhwnq (mgr.14180) 393 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:43:42.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:43:40.642358+0000 mgr.smithi019.ehhwnq (mgr.14180) 393 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:43:42.165 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:43:42.165 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:43:42.568 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:43:43.569 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:43:43.875 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:43:42.164095+0000 mgr.smithi019.ehhwnq (mgr.14180) 394 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:43.875 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:43:42.642867+0000 mgr.smithi019.ehhwnq (mgr.14180) 395 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:43:44.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:43:42.164095+0000 mgr.smithi019.ehhwnq (mgr.14180) 394 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:44.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:43:42.642867+0000 mgr.smithi019.ehhwnq (mgr.14180) 395 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:43:44.888 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:43:44.889 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:43:45.245 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:43:46.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:43:44.643294+0000 mgr.smithi019.ehhwnq (mgr.14180) 396 : 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-01-27T23:43:46.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:43:44.886864+0000 mgr.smithi019.ehhwnq (mgr.14180) 397 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:46.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:43:44.643294+0000 mgr.smithi019.ehhwnq (mgr.14180) 396 : 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-01-27T23:43:46.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:43:44.886864+0000 mgr.smithi019.ehhwnq (mgr.14180) 397 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:46.246 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:43:47.624 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:43:46.643646+0000 mgr.smithi019.ehhwnq (mgr.14180) 398 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:43:47.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:43:46.643646+0000 mgr.smithi019.ehhwnq (mgr.14180) 398 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:43:47.680 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:43:47.680 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:43:48.076 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:43:48.624 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:48 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:43:47.679079+0000 mgr.smithi019.ehhwnq (mgr.14180) 399 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:48.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:48 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:43:47.679079+0000 mgr.smithi019.ehhwnq (mgr.14180) 399 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:49.078 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:43:49.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:49 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:43:48.644358+0000 mgr.smithi019.ehhwnq (mgr.14180) 400 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:43:49.624 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:49 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:43:48.644358+0000 mgr.smithi019.ehhwnq (mgr.14180) 400 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:43:50.435 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:43:50.435 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:43:50.808 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:43:51.810 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:43:52.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:43:50.433151+0000 mgr.smithi019.ehhwnq (mgr.14180) 401 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:52.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:43:50.644889+0000 mgr.smithi019.ehhwnq (mgr.14180) 402 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:43:52.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:43:50.433151+0000 mgr.smithi019.ehhwnq (mgr.14180) 401 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:52.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:43:50.644889+0000 mgr.smithi019.ehhwnq (mgr.14180) 402 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:43:53.239 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:43:53.239 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:43:53.642 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:43:53.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:53 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:43:52.645409+0000 mgr.smithi019.ehhwnq (mgr.14180) 403 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:43:54.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:53 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:43:52.645409+0000 mgr.smithi019.ehhwnq (mgr.14180) 403 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:43:54.643 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:43:54.959 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:54 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:43:53.237289+0000 mgr.smithi019.ehhwnq (mgr.14180) 404 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:55.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:54 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:43:53.237289+0000 mgr.smithi019.ehhwnq (mgr.14180) 404 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:55.875 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:43:54.646115+0000 mgr.smithi019.ehhwnq (mgr.14180) 405 : 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-01-27T23:43:55.956 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:43:55.956 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:43:56.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:43:54.646115+0000 mgr.smithi019.ehhwnq (mgr.14180) 405 : 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-01-27T23:43:56.326 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:43:57.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:56 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:43:55.954626+0000 mgr.smithi019.ehhwnq (mgr.14180) 406 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:57.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:43:55.954626+0000 mgr.smithi019.ehhwnq (mgr.14180) 406 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:57.327 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:43:58.003 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:43:56.646590+0000 mgr.smithi019.ehhwnq (mgr.14180) 407 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:43:58.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:43:56.646590+0000 mgr.smithi019.ehhwnq (mgr.14180) 407 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:43:58.718 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:43:58.718 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:43:59.143 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:44:00.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:43:58.647037+0000 mgr.smithi019.ehhwnq (mgr.14180) 408 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:44:00.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:43:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:43:58.716159+0000 mgr.smithi019.ehhwnq (mgr.14180) 409 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:00.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:43:58.647037+0000 mgr.smithi019.ehhwnq (mgr.14180) 408 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:44:00.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:43:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:43:58.716159+0000 mgr.smithi019.ehhwnq (mgr.14180) 409 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:00.144 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:01.539 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:44:01.539 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:44:01.864 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:01 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:44:00.647585+0000 mgr.smithi019.ehhwnq (mgr.14180) 410 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:44:01.907 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:44:02.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:01 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:44:00.647585+0000 mgr.smithi019.ehhwnq (mgr.14180) 410 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:44:02.907 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:03.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:02 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:44:01.536744+0000 mgr.smithi019.ehhwnq (mgr.14180) 411 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:03.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:02 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:44:01.536744+0000 mgr.smithi019.ehhwnq (mgr.14180) 411 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:03.953 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:44:02.648119+0000 mgr.smithi019.ehhwnq (mgr.14180) 412 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:44:04.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:03 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:44:02.648119+0000 mgr.smithi019.ehhwnq (mgr.14180) 412 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:44:04.344 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:44:04.344 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:44:04.734 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:44:05.735 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:06.058 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:05 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:44:04.342680+0000 mgr.smithi019.ehhwnq (mgr.14180) 413 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:06.058 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:05 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:44:04.648672+0000 mgr.smithi019.ehhwnq (mgr.14180) 414 : 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-01-27T23:44:06.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:05 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:44:04.342680+0000 mgr.smithi019.ehhwnq (mgr.14180) 413 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:06.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:05 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:44:04.648672+0000 mgr.smithi019.ehhwnq (mgr.14180) 414 : 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-01-27T23:44:07.077 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:44:07.077 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:44:07.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:44:06.649294+0000 mgr.smithi019.ehhwnq (mgr.14180) 415 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:44:07.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:44:07.075577+0000 mgr.smithi019.ehhwnq (mgr.14180) 416 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:07.449 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:44:07.624 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:44:06.649294+0000 mgr.smithi019.ehhwnq (mgr.14180) 415 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:44:07.624 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:44:07.075577+0000 mgr.smithi019.ehhwnq (mgr.14180) 416 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:08.450 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:09.875 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:44:08.649735+0000 mgr.smithi019.ehhwnq (mgr.14180) 417 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:44:09.911 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:44:09.911 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:07.565560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:07.566168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:07.565706Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:07.565778Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:07.565845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:07.565918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:44:10.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:44:08.649735+0000 mgr.smithi019.ehhwnq (mgr.14180) 417 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:44:10.290 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:44:11.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:10 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:44:09.909540+0000 mgr.smithi019.ehhwnq (mgr.14180) 418 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:11.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:44:09.909540+0000 mgr.smithi019.ehhwnq (mgr.14180) 418 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:11.291 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:12.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:44:10.650401+0000 mgr.smithi019.ehhwnq (mgr.14180) 419 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:44:12.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:44:10.816714+0000 mgr.smithi019.ehhwnq (mgr.14180) 420 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl 2024-01-27T23:44:12.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl 2024-01-27T23:44:12.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl 2024-01-27T23:44:12.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl 2024-01-27T23:44:12.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Deploy daemon haproxy.nfs.foo.smithi019.jjxbvl ... 2024-01-27T23:44:12.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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-01-27T23:44:12.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:44:12.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:42:18Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:44:12.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:42:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:44:12.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:43:33Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:44:12.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:44:12.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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-01-27T23:44:12.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Traceback (most recent call last): 2024-01-27T23:44:12.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-27T23:44:12.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: yield (conn, connr) 2024-01-27T23:44:12.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-27T23:44:12.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: code, '\n'.join(err))) 2024-01-27T23:44:12.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl 2024-01-27T23:44:12.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl 2024-01-27T23:44:12.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl 2024-01-27T23:44:12.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl 2024-01-27T23:44:12.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Deploy daemon haproxy.nfs.foo.smithi019.jjxbvl ... 2024-01-27T23:44:12.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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-01-27T23:44:12.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:44:12.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:42:18Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:44:12.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:42:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:44:12.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:43:33Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:44:12.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:44:12.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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-01-27T23:44:12.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:44:10.816967+0000 mgr.smithi019.ehhwnq (mgr.14180) 421 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.jjxbvl 2024-01-27T23:44:12.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:44:10.817395+0000 mon.smithi019 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.jjxbvl"}]: dispatch 2024-01-27T23:44:12.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:44:10.818232+0000 mgr.smithi019.ehhwnq (mgr.14180) 422 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl 2024-01-27T23:44:12.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl 2024-01-27T23:44:12.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl 2024-01-27T23:44:12.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl 2024-01-27T23:44:12.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Deploy daemon haproxy.nfs.foo.smithi019.jjxbvl ... 2024-01-27T23:44:12.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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-01-27T23:44:12.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:44:12.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:42:18Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:44:12.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:42:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:44:12.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:43:33Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:44:12.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:44:12.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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-01-27T23:44:12.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:44:10.823499+0000 mon.smithi019 (mon.0) 649 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:44:12.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:44:10.823860+0000 mgr.smithi019.ehhwnq (mgr.14180) 423 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-27T23:44:12.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:44:10.824985+0000 mgr.smithi019.ehhwnq (mgr.14180) 424 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-27T23:44:12.129 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:44:10.825835+0000 mgr.smithi019.ehhwnq (mgr.14180) 425 : cluster [DBG] pgmap v267: 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-01-27T23:44:12.129 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:44:10.825876+0000 mon.smithi019 (mon.0) 650 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:44:12.129 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:44:10.650401+0000 mgr.smithi019.ehhwnq (mgr.14180) 419 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:44:12.130 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:44:10.816714+0000 mgr.smithi019.ehhwnq (mgr.14180) 420 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl 2024-01-27T23:44:12.130 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl 2024-01-27T23:44:12.130 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl 2024-01-27T23:44:12.130 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl 2024-01-27T23:44:12.130 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Deploy daemon haproxy.nfs.foo.smithi019.jjxbvl ... 2024-01-27T23:44:12.130 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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-01-27T23:44:12.130 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:44:12.130 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:42:18Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:44:12.130 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:42:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:44:12.130 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:43:33Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:44:12.130 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:44:12.130 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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-01-27T23:44:12.130 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Traceback (most recent call last): 2024-01-27T23:44:12.131 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-27T23:44:12.131 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: yield (conn, connr) 2024-01-27T23:44:12.131 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-27T23:44:12.131 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: code, '\n'.join(err))) 2024-01-27T23:44:12.131 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl 2024-01-27T23:44:12.131 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl 2024-01-27T23:44:12.131 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl 2024-01-27T23:44:12.131 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl 2024-01-27T23:44:12.131 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Deploy daemon haproxy.nfs.foo.smithi019.jjxbvl ... 2024-01-27T23:44:12.131 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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-01-27T23:44:12.131 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:44:12.131 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:42:18Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:44:12.131 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:42:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:44:12.131 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:43:33Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:44:12.131 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:44:12.132 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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-01-27T23:44:12.132 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:44:10.816967+0000 mgr.smithi019.ehhwnq (mgr.14180) 421 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.jjxbvl 2024-01-27T23:44:12.132 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:44:10.817395+0000 mon.smithi019 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.jjxbvl"}]: dispatch 2024-01-27T23:44:12.132 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:44:10.818232+0000 mgr.smithi019.ehhwnq (mgr.14180) 422 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl 2024-01-27T23:44:12.132 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl 2024-01-27T23:44:12.132 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl 2024-01-27T23:44:12.132 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl 2024-01-27T23:44:12.132 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Deploy daemon haproxy.nfs.foo.smithi019.jjxbvl ... 2024-01-27T23:44:12.132 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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-01-27T23:44:12.133 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:44:12.133 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:42:18Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:44:12.133 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:42:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:44:12.133 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:43:33Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:44:12.133 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:44:12.133 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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-01-27T23:44:12.133 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:44:10.823499+0000 mon.smithi019 (mon.0) 649 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:44:12.133 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:44:10.823860+0000 mgr.smithi019.ehhwnq (mgr.14180) 423 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-27T23:44:12.133 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:44:10.824985+0000 mgr.smithi019.ehhwnq (mgr.14180) 424 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-27T23:44:12.133 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:44:10.825835+0000 mgr.smithi019.ehhwnq (mgr.14180) 425 : cluster [DBG] pgmap v267: 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-01-27T23:44:12.133 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:44:10.825876+0000 mon.smithi019 (mon.0) 650 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:44:12.875 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:12 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:44:11.821683+0000 mon.smithi019 (mon.0) 651 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-27T23:44:12.875 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:12 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:44:12.173576+0000 mon.smithi019 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:44:12.989 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:44:12.990 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:39:09.755522Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:39:09.755588Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:39:09.755651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:39:09.756099Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:39:09.755450Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:39:09.755309Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:39:09.755712Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:39:09.755835Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:39:09.755773Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:44:13.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:12 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:44:11.821683+0000 mon.smithi019 (mon.0) 651 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-27T23:44:13.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:12 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:44:12.173576+0000 mon.smithi019 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:44:13.460 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-27T23:44:14.124 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:13 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:44:12.826391+0000 mgr.smithi019.ehhwnq (mgr.14180) 426 : cluster [DBG] pgmap v268: 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-01-27T23:44:14.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:13 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:44:12.988025+0000 mgr.smithi019.ehhwnq (mgr.14180) 427 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:14.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:13 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:44:12.826391+0000 mgr.smithi019.ehhwnq (mgr.14180) 426 : cluster [DBG] pgmap v268: 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-01-27T23:44:14.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:13 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:44:12.988025+0000 mgr.smithi019.ehhwnq (mgr.14180) 427 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:14.461 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:15.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:14 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:44:13.918025+0000 mon.smithi019 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:44:15.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:14 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:44:14.553318+0000 mon.smithi019 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:44:15.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:14 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:44:14.901607+0000 mon.smithi019 (mon.0) 655 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:44:15.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:14 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:44:14.902282+0000 mon.smithi019 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T23:44:15.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:14 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:44:14.906451+0000 mon.smithi019 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:44:15.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:14 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:44:14.910023+0000 mon.smithi019 (mon.0) 658 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T23:44:15.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:14 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:44:13.918025+0000 mon.smithi019 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:44:15.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:14 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:44:14.553318+0000 mon.smithi019 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:44:15.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:14 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:44:14.901607+0000 mon.smithi019 (mon.0) 655 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:44:15.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:14 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:44:14.902282+0000 mon.smithi019 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T23:44:15.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:14 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:44:14.906451+0000 mon.smithi019 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:44:15.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:14 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:44:14.910023+0000 mon.smithi019 (mon.0) 658 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T23:44:15.841 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:44:15.841 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:44:16.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:44:14.827272+0000 mgr.smithi019.ehhwnq (mgr.14180) 428 : cluster [DBG] pgmap v269: 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-01-27T23:44:16.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:44:14.906853+0000 mgr.smithi019.ehhwnq (mgr.14180) 429 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 124 B/s rd, 0 op/s 2024-01-27T23:44:16.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:44:14.916591+0000 mon.smithi019 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:44:16.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:44:14.918592+0000 mgr.smithi019.ehhwnq (mgr.14180) 430 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi040.uyucog on smithi040 2024-01-27T23:44:16.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:44:15.551514+0000 mon.smithi019 (mon.0) 660 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-27T23:44:16.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:44:15.551543+0000 mon.smithi019 (mon.0) 661 : cluster [INF] Cluster is now healthy 2024-01-27T23:44:16.232 INFO:tasks.cephadm:nfs.foo has 1/1 2024-01-27T23:44:16.233 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-27T23:44:16.246 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-01-27T23:44:16.247 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:16.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:44:14.827272+0000 mgr.smithi019.ehhwnq (mgr.14180) 428 : cluster [DBG] pgmap v269: 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-01-27T23:44:16.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:44:14.906853+0000 mgr.smithi019.ehhwnq (mgr.14180) 429 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 124 B/s rd, 0 op/s 2024-01-27T23:44:16.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:44:14.916591+0000 mon.smithi019 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:44:16.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:44:14.918592+0000 mgr.smithi019.ehhwnq (mgr.14180) 430 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi040.uyucog on smithi040 2024-01-27T23:44:16.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:44:15.551514+0000 mon.smithi019 (mon.0) 660 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-27T23:44:16.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:44:15.551543+0000 mon.smithi019 (mon.0) 661 : cluster [INF] Cluster is now healthy 2024-01-27T23:44:17.202 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:16 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:44:15.839318+0000 mgr.smithi019.ehhwnq (mgr.14180) 431 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:17.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:16 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:44:15.839318+0000 mgr.smithi019.ehhwnq (mgr.14180) 431 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:17.592 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:44:17.592 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:44:17.980 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:44:18.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:17 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:44:16.907354+0000 mgr.smithi019.ehhwnq (mgr.14180) 432 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 124 B/s rd, 0 op/s 2024-01-27T23:44:18.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:17 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:44:16.907354+0000 mgr.smithi019.ehhwnq (mgr.14180) 432 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 124 B/s rd, 0 op/s 2024-01-27T23:44:18.982 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:19.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:18 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:44:17.590433+0000 mgr.smithi019.ehhwnq (mgr.14180) 433 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:19.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:18 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:44:17.590433+0000 mgr.smithi019.ehhwnq (mgr.14180) 433 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:20.052 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:44:18.907925+0000 mgr.smithi019.ehhwnq (mgr.14180) 434 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 124 B/s rd, 0 op/s 2024-01-27T23:44:20.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:44:18.907925+0000 mgr.smithi019.ehhwnq (mgr.14180) 434 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 124 B/s rd, 0 op/s 2024-01-27T23:44:20.429 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:44:20.429 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:44:20.838 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:44:21.838 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:22.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:21 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:44:20.427053+0000 mgr.smithi019.ehhwnq (mgr.14180) 435 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:22.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:21 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:44:20.908467+0000 mgr.smithi019.ehhwnq (mgr.14180) 436 : cluster [DBG] pgmap v273: 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-01-27T23:44:22.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:21 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:44:20.427053+0000 mgr.smithi019.ehhwnq (mgr.14180) 435 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:22.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:21 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:44:20.908467+0000 mgr.smithi019.ehhwnq (mgr.14180) 436 : cluster [DBG] pgmap v273: 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-01-27T23:44:23.217 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:44:23.217 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:44:23.591 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:44:24.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:44:22.909109+0000 mgr.smithi019.ehhwnq (mgr.14180) 437 : cluster [DBG] pgmap v274: 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-01-27T23:44:24.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:44:22.909109+0000 mgr.smithi019.ehhwnq (mgr.14180) 437 : cluster [DBG] pgmap v274: 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-01-27T23:44:24.591 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:25.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:24 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:44:23.215409+0000 mgr.smithi019.ehhwnq (mgr.14180) 438 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:25.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:24 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:44:23.215409+0000 mgr.smithi019.ehhwnq (mgr.14180) 438 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:25.935 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:44:25.935 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:44:26.294 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:25 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:44:24.909545+0000 mgr.smithi019.ehhwnq (mgr.14180) 439 : cluster [DBG] pgmap v275: 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-01-27T23:44:26.346 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:44:26.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:25 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:44:24.909545+0000 mgr.smithi019.ehhwnq (mgr.14180) 439 : cluster [DBG] pgmap v275: 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-01-27T23:44:27.347 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:27.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:26 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:44:25.933046+0000 mgr.smithi019.ehhwnq (mgr.14180) 440 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:27.374 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:26 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:44:25.933046+0000 mgr.smithi019.ehhwnq (mgr.14180) 440 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:28.316 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:44:26.910108+0000 mgr.smithi019.ehhwnq (mgr.14180) 441 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:44:28.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:44:26.910108+0000 mgr.smithi019.ehhwnq (mgr.14180) 441 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:44:28.704 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:44:28.704 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:44:29.073 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:44:30.074 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:30.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:29 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:44:28.702401+0000 mgr.smithi019.ehhwnq (mgr.14180) 442 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:30.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:29 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:44:28.910549+0000 mgr.smithi019.ehhwnq (mgr.14180) 443 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:44:30.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:29 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:44:28.702401+0000 mgr.smithi019.ehhwnq (mgr.14180) 442 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:30.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:29 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:44:28.910549+0000 mgr.smithi019.ehhwnq (mgr.14180) 443 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:44:31.467 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:44:31.467 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:44:31.881 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:44:32.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:31 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:44:30.910899+0000 mgr.smithi019.ehhwnq (mgr.14180) 444 : 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-01-27T23:44:32.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:31 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:44:30.910899+0000 mgr.smithi019.ehhwnq (mgr.14180) 444 : 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-01-27T23:44:32.882 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:33.204 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:32 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:44:31.465063+0000 mgr.smithi019.ehhwnq (mgr.14180) 445 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:33.249 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:32 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:44:31.465063+0000 mgr.smithi019.ehhwnq (mgr.14180) 445 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:34.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:33 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:44:32.911402+0000 mgr.smithi019.ehhwnq (mgr.14180) 446 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:44:34.216 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:44:34.216 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:44:34.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:33 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:44:32.911402+0000 mgr.smithi019.ehhwnq (mgr.14180) 446 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:44:34.588 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:44:35.588 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:36.080 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:35 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:44:34.213830+0000 mgr.smithi019.ehhwnq (mgr.14180) 447 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:36.080 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:35 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:44:34.912024+0000 mgr.smithi019.ehhwnq (mgr.14180) 448 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:44:36.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:35 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:44:34.213830+0000 mgr.smithi019.ehhwnq (mgr.14180) 447 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:36.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:35 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:44:34.912024+0000 mgr.smithi019.ehhwnq (mgr.14180) 448 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:44:36.926 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:44:36.926 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:44:37.295 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:44:37.625 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:37 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:44:36.912428+0000 mgr.smithi019.ehhwnq (mgr.14180) 449 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:44:37.625 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:37 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:44:36.923219+0000 mgr.smithi019.ehhwnq (mgr.14180) 450 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:37.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:37 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:44:36.912428+0000 mgr.smithi019.ehhwnq (mgr.14180) 449 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:44:37.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:37 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:44:36.923219+0000 mgr.smithi019.ehhwnq (mgr.14180) 450 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:38.296 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:39.706 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:44:39.707 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:44:40.034 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:44:38.913164+0000 mgr.smithi019.ehhwnq (mgr.14180) 451 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:44:40.104 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:44:40.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:39 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:44:38.913164+0000 mgr.smithi019.ehhwnq (mgr.14180) 451 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:44:41.105 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:41.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:40 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:44:39.704733+0000 mgr.smithi019.ehhwnq (mgr.14180) 452 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:41.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:40 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:44:39.704733+0000 mgr.smithi019.ehhwnq (mgr.14180) 452 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:42.056 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:41 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:44:40.913782+0000 mgr.smithi019.ehhwnq (mgr.14180) 453 : 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-01-27T23:44:42.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:44:40.913782+0000 mgr.smithi019.ehhwnq (mgr.14180) 453 : 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-01-27T23:44:42.437 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:44:42.438 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:44:42.806 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:44:43.807 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:44.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:44:42.435833+0000 mgr.smithi019.ehhwnq (mgr.14180) 454 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:44.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:44:42.914240+0000 mgr.smithi019.ehhwnq (mgr.14180) 455 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:44:44.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:44:42.435833+0000 mgr.smithi019.ehhwnq (mgr.14180) 454 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:44.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:44:42.914240+0000 mgr.smithi019.ehhwnq (mgr.14180) 455 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:44:45.165 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:44:45.165 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:44:45.536 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:44:46.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:44:44.914719+0000 mgr.smithi019.ehhwnq (mgr.14180) 456 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:44:46.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:44:44.914719+0000 mgr.smithi019.ehhwnq (mgr.14180) 456 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:44:46.537 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:47.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:44:45.163565+0000 mgr.smithi019.ehhwnq (mgr.14180) 457 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:47.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:44:45.163565+0000 mgr.smithi019.ehhwnq (mgr.14180) 457 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:47.968 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:44:47.968 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:44:48.325 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:44:46.915130+0000 mgr.smithi019.ehhwnq (mgr.14180) 458 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:44:48.345 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:44:48.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:44:46.915130+0000 mgr.smithi019.ehhwnq (mgr.14180) 458 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:44:49.347 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:49.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:48 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:44:47.965697+0000 mgr.smithi019.ehhwnq (mgr.14180) 459 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:49.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:48 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:44:47.965697+0000 mgr.smithi019.ehhwnq (mgr.14180) 459 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:50.372 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:49 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:44:48.915723+0000 mgr.smithi019.ehhwnq (mgr.14180) 460 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:44:50.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:49 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:44:48.915723+0000 mgr.smithi019.ehhwnq (mgr.14180) 460 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:44:50.749 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:44:50.749 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:44:51.160 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:44:52.161 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:52.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:44:50.746984+0000 mgr.smithi019.ehhwnq (mgr.14180) 461 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:52.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:44:50.916305+0000 mgr.smithi019.ehhwnq (mgr.14180) 462 : 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-01-27T23:44:52.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:44:50.746984+0000 mgr.smithi019.ehhwnq (mgr.14180) 461 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:52.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:44:50.916305+0000 mgr.smithi019.ehhwnq (mgr.14180) 462 : 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-01-27T23:44:53.512 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:44:53.512 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:44:53.893 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:44:54.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:54 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:44:52.916722+0000 mgr.smithi019.ehhwnq (mgr.14180) 463 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:44:54.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:54 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:44:52.916722+0000 mgr.smithi019.ehhwnq (mgr.14180) 463 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:44:54.894 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:55.260 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:44:53.509988+0000 mgr.smithi019.ehhwnq (mgr.14180) 464 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:55.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:44:53.509988+0000 mgr.smithi019.ehhwnq (mgr.14180) 464 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:56.315 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:44:56.316 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:44:56.341 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:44:54.917297+0000 mgr.smithi019.ehhwnq (mgr.14180) 465 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:44:56.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:56 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:44:54.917297+0000 mgr.smithi019.ehhwnq (mgr.14180) 465 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:44:56.727 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:44:57.625 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:44:56.313628+0000 mgr.smithi019.ehhwnq (mgr.14180) 466 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:57.625 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:44:56.917658+0000 mgr.smithi019.ehhwnq (mgr.14180) 467 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:44:57.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:44:56.313628+0000 mgr.smithi019.ehhwnq (mgr.14180) 466 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:57.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:44:56.917658+0000 mgr.smithi019.ehhwnq (mgr.14180) 467 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:44:57.728 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:59.125 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:44:59.126 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:44:59.493 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:45:00.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:44:58.918114+0000 mgr.smithi019.ehhwnq (mgr.14180) 468 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:45:00.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:44:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:44:59.123614+0000 mgr.smithi019.ehhwnq (mgr.14180) 469 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:00.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:44:58.918114+0000 mgr.smithi019.ehhwnq (mgr.14180) 468 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:45:00.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:44:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:44:59.123614+0000 mgr.smithi019.ehhwnq (mgr.14180) 469 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:00.494 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:01.897 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:45:01.897 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:45:02.239 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:01 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:45:00.918525+0000 mgr.smithi019.ehhwnq (mgr.14180) 470 : 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-01-27T23:45:02.260 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:45:02.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:01 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:45:00.918525+0000 mgr.smithi019.ehhwnq (mgr.14180) 470 : 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-01-27T23:45:03.249 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:02 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:45:01.894637+0000 mgr.smithi019.ehhwnq (mgr.14180) 471 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:03.261 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:03.294 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:02 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:45:01.894637+0000 mgr.smithi019.ehhwnq (mgr.14180) 471 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:04.212 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:45:02.919156+0000 mgr.smithi019.ehhwnq (mgr.14180) 472 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:45:04.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:03 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:45:02.919156+0000 mgr.smithi019.ehhwnq (mgr.14180) 472 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:45:04.579 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:45:04.579 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:45:04.950 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:45:05.950 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:06.317 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:05 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:45:04.577200+0000 mgr.smithi019.ehhwnq (mgr.14180) 473 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:06.317 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:05 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:45:04.919594+0000 mgr.smithi019.ehhwnq (mgr.14180) 474 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:45:06.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:05 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:45:04.577200+0000 mgr.smithi019.ehhwnq (mgr.14180) 473 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:06.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:05 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:45:04.919594+0000 mgr.smithi019.ehhwnq (mgr.14180) 474 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:45:07.352 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:45:07.352 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:45:07.624 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:45:06.919993+0000 mgr.smithi019.ehhwnq (mgr.14180) 475 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:45:07.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:45:06.919993+0000 mgr.smithi019.ehhwnq (mgr.14180) 475 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:45:07.766 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:45:08.624 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:08 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:45:07.349827+0000 mgr.smithi019.ehhwnq (mgr.14180) 476 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:08.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:08 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:45:07.349827+0000 mgr.smithi019.ehhwnq (mgr.14180) 476 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:08.767 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:09.704 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:45:08.920465+0000 mgr.smithi019.ehhwnq (mgr.14180) 477 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:45:09.874 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:45:08.920465+0000 mgr.smithi019.ehhwnq (mgr.14180) 477 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:45:10.105 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:45:10.105 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:45:10.439 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:45:10.103390+0000 mgr.smithi019.ehhwnq (mgr.14180) 478 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:10.474 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:45:10.874 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:10 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:45:10.103390+0000 mgr.smithi019.ehhwnq (mgr.14180) 478 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:11.475 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:11.834 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:45:10.921013+0000 mgr.smithi019.ehhwnq (mgr.14180) 479 : 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-01-27T23:45:11.874 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:45:10.921013+0000 mgr.smithi019.ehhwnq (mgr.14180) 479 : 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-01-27T23:45:12.852 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:45:12.852 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:45:13.259 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:45:14.260 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:14.293 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:13 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:45:12.849830+0000 mgr.smithi019.ehhwnq (mgr.14180) 480 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:14.293 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:13 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:45:12.921578+0000 mgr.smithi019.ehhwnq (mgr.14180) 481 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:45:14.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:13 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:45:12.849830+0000 mgr.smithi019.ehhwnq (mgr.14180) 480 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:14.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:13 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:45:12.921578+0000 mgr.smithi019.ehhwnq (mgr.14180) 481 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:45:15.639 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:45:15.640 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:45:16.023 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:45:16.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:45:14.922064+0000 mgr.smithi019.ehhwnq (mgr.14180) 482 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:45:16.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:45:14.922064+0000 mgr.smithi019.ehhwnq (mgr.14180) 482 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:45:17.024 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:17.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:16 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:45:15.637028+0000 mgr.smithi019.ehhwnq (mgr.14180) 483 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:17.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:16 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:45:15.637028+0000 mgr.smithi019.ehhwnq (mgr.14180) 483 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:18.052 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:17 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:45:16.922527+0000 mgr.smithi019.ehhwnq (mgr.14180) 484 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:45:18.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:17 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:45:16.922527+0000 mgr.smithi019.ehhwnq (mgr.14180) 484 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:45:18.423 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:45:18.423 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:45:18.817 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:45:19.819 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:20.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:45:18.421072+0000 mgr.smithi019.ehhwnq (mgr.14180) 485 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:20.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:45:18.923061+0000 mgr.smithi019.ehhwnq (mgr.14180) 486 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:45:20.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:45:18.421072+0000 mgr.smithi019.ehhwnq (mgr.14180) 485 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:20.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:45:18.923061+0000 mgr.smithi019.ehhwnq (mgr.14180) 486 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:45:21.174 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:45:21.175 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:45:21.549 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:45:22.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:21 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:45:20.923433+0000 mgr.smithi019.ehhwnq (mgr.14180) 487 : 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-01-27T23:45:22.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:21 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:45:20.923433+0000 mgr.smithi019.ehhwnq (mgr.14180) 487 : 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-01-27T23:45:22.550 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:23.250 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:22 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:45:21.172329+0000 mgr.smithi019.ehhwnq (mgr.14180) 488 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:23.284 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:22 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:45:21.172329+0000 mgr.smithi019.ehhwnq (mgr.14180) 488 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:23.934 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:45:23.934 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:45:24.271 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:45:22.923933+0000 mgr.smithi019.ehhwnq (mgr.14180) 489 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:45:24.348 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:45:24.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:45:22.923933+0000 mgr.smithi019.ehhwnq (mgr.14180) 489 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:45:25.349 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:25.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:25 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:45:23.932461+0000 mgr.smithi019.ehhwnq (mgr.14180) 490 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:25.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:25 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:45:23.932461+0000 mgr.smithi019.ehhwnq (mgr.14180) 490 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:26.301 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:26 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:45:24.924391+0000 mgr.smithi019.ehhwnq (mgr.14180) 491 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:45:26.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:26 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:45:24.924391+0000 mgr.smithi019.ehhwnq (mgr.14180) 491 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:45:26.686 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:45:26.686 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:45:27.064 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:45:27.625 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:45:26.683467+0000 mgr.smithi019.ehhwnq (mgr.14180) 492 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:27.625 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:45:26.924962+0000 mgr.smithi019.ehhwnq (mgr.14180) 493 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:45:27.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:45:26.683467+0000 mgr.smithi019.ehhwnq (mgr.14180) 492 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:27.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:45:26.924962+0000 mgr.smithi019.ehhwnq (mgr.14180) 493 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:45:28.064 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:29.459 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:45:29.459 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:45:29.882 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:45:30.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:29 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:45:28.925358+0000 mgr.smithi019.ehhwnq (mgr.14180) 494 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:45:30.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:29 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:45:28.925358+0000 mgr.smithi019.ehhwnq (mgr.14180) 494 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:45:30.883 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:31.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:30 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:45:29.456801+0000 mgr.smithi019.ehhwnq (mgr.14180) 495 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:31.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:30 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:45:29.456801+0000 mgr.smithi019.ehhwnq (mgr.14180) 495 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:32.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:31 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:45:30.925778+0000 mgr.smithi019.ehhwnq (mgr.14180) 496 : 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-01-27T23:45:32.231 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:45:32.231 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:45:32.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:31 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:45:30.925778+0000 mgr.smithi019.ehhwnq (mgr.14180) 496 : 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-01-27T23:45:32.604 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:45:33.605 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:34.316 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:33 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:45:32.229056+0000 mgr.smithi019.ehhwnq (mgr.14180) 497 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:34.316 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:33 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:45:32.926316+0000 mgr.smithi019.ehhwnq (mgr.14180) 498 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:45:34.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:33 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:45:32.229056+0000 mgr.smithi019.ehhwnq (mgr.14180) 497 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:34.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:33 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:45:32.926316+0000 mgr.smithi019.ehhwnq (mgr.14180) 498 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:45:34.949 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:45:34.949 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:45:35.328 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:45:36.329 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:36.362 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:35 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:45:34.926851+0000 mgr.smithi019.ehhwnq (mgr.14180) 499 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:45:36.362 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:35 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:45:34.946649+0000 mgr.smithi019.ehhwnq (mgr.14180) 500 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:36.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:35 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:45:34.926851+0000 mgr.smithi019.ehhwnq (mgr.14180) 499 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:45:36.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:35 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:45:34.946649+0000 mgr.smithi019.ehhwnq (mgr.14180) 500 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:37.624 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:37 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:45:36.927311+0000 mgr.smithi019.ehhwnq (mgr.14180) 501 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:45:37.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:37 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:45:36.927311+0000 mgr.smithi019.ehhwnq (mgr.14180) 501 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:45:37.821 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:45:37.821 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:45:38.181 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:45:38.625 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:38 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:45:37.818828+0000 mgr.smithi019.ehhwnq (mgr.14180) 502 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:38.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:38 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:45:37.818828+0000 mgr.smithi019.ehhwnq (mgr.14180) 502 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:39.181 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:39.530 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:45:38.927937+0000 mgr.smithi019.ehhwnq (mgr.14180) 503 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:45:39.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:39 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:45:38.927937+0000 mgr.smithi019.ehhwnq (mgr.14180) 503 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:45:40.575 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:45:40.575 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:45:40.978 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:45:41.979 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:42.300 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:41 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:45:40.572820+0000 mgr.smithi019.ehhwnq (mgr.14180) 504 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:42.300 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:41 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:45:40.928431+0000 mgr.smithi019.ehhwnq (mgr.14180) 505 : 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-01-27T23:45:42.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:45:40.572820+0000 mgr.smithi019.ehhwnq (mgr.14180) 504 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:42.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:45:40.928431+0000 mgr.smithi019.ehhwnq (mgr.14180) 505 : 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-01-27T23:45:43.311 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:45:43.312 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:45:43.688 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:45:44.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:45:42.928866+0000 mgr.smithi019.ehhwnq (mgr.14180) 506 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:45:44.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:45:42.928866+0000 mgr.smithi019.ehhwnq (mgr.14180) 506 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:45:44.689 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:45.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:44 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:45:43.309004+0000 mgr.smithi019.ehhwnq (mgr.14180) 507 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:45.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:44 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:45:43.309004+0000 mgr.smithi019.ehhwnq (mgr.14180) 507 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:46.074 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:45:46.074 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:45:46.306 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:45:44.929268+0000 mgr.smithi019.ehhwnq (mgr.14180) 508 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:45:46.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:45:44.929268+0000 mgr.smithi019.ehhwnq (mgr.14180) 508 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:45:46.477 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:45:47.374 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:45:46.071391+0000 mgr.smithi019.ehhwnq (mgr.14180) 509 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:47.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:45:46.071391+0000 mgr.smithi019.ehhwnq (mgr.14180) 509 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:47.478 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:48.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:45:46.929926+0000 mgr.smithi019.ehhwnq (mgr.14180) 510 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:45:48.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:45:46.929926+0000 mgr.smithi019.ehhwnq (mgr.14180) 510 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:45:48.839 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:45:48.840 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:45:49.211 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:45:50.212 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:50.247 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:49 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:45:48.836918+0000 mgr.smithi019.ehhwnq (mgr.14180) 511 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:50.248 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:49 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:45:48.930549+0000 mgr.smithi019.ehhwnq (mgr.14180) 512 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:45:50.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:49 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:45:48.836918+0000 mgr.smithi019.ehhwnq (mgr.14180) 511 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:50.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:49 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:45:48.930549+0000 mgr.smithi019.ehhwnq (mgr.14180) 512 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:45:51.620 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:45:51.621 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:45:52.035 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:45:52.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:45:50.930970+0000 mgr.smithi019.ehhwnq (mgr.14180) 513 : 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-01-27T23:45:52.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:45:50.930970+0000 mgr.smithi019.ehhwnq (mgr.14180) 513 : 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-01-27T23:45:53.036 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:53.362 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:53 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:45:51.618081+0000 mgr.smithi019.ehhwnq (mgr.14180) 514 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:53.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:53 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:45:51.618081+0000 mgr.smithi019.ehhwnq (mgr.14180) 514 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:54.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:54 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:45:52.931559+0000 mgr.smithi019.ehhwnq (mgr.14180) 515 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:45:54.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:54 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:45:52.931559+0000 mgr.smithi019.ehhwnq (mgr.14180) 515 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:45:54.377 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:45:54.378 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:45:54.761 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:45:55.762 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:56.119 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:45:54.375278+0000 mgr.smithi019.ehhwnq (mgr.14180) 516 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:56.119 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:45:54.932080+0000 mgr.smithi019.ehhwnq (mgr.14180) 517 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:45:56.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:56 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:45:54.375278+0000 mgr.smithi019.ehhwnq (mgr.14180) 516 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:56.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:56 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:45:54.932080+0000 mgr.smithi019.ehhwnq (mgr.14180) 517 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:45:57.171 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:45:57.171 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:45:57.516 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:45:56.932460+0000 mgr.smithi019.ehhwnq (mgr.14180) 518 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:45:57.576 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:45:57.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:45:56.932460+0000 mgr.smithi019.ehhwnq (mgr.14180) 518 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:45:58.578 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:58.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:58 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:45:57.168961+0000 mgr.smithi019.ehhwnq (mgr.14180) 519 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:58.875 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:58 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:45:57.168961+0000 mgr.smithi019.ehhwnq (mgr.14180) 519 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:59.532 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:45:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:45:58.932907+0000 mgr.smithi019.ehhwnq (mgr.14180) 520 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:45:59.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:45:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:45:58.932907+0000 mgr.smithi019.ehhwnq (mgr.14180) 520 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:45:59.903 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:45:59.903 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:46:00.267 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:46:00.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:00 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:45:59.900542+0000 mgr.smithi019.ehhwnq (mgr.14180) 521 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:00.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:00 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:45:59.900542+0000 mgr.smithi019.ehhwnq (mgr.14180) 521 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:01.269 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:01.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:01 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:46:00.933350+0000 mgr.smithi019.ehhwnq (mgr.14180) 522 : 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-01-27T23:46:01.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:01 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:46:00.933350+0000 mgr.smithi019.ehhwnq (mgr.14180) 522 : 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-01-27T23:46:02.704 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:46:02.704 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:46:03.117 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:46:04.118 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:04.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:03 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:46:02.702250+0000 mgr.smithi019.ehhwnq (mgr.14180) 523 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:04.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:03 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:46:02.933779+0000 mgr.smithi019.ehhwnq (mgr.14180) 524 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:04.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:46:02.702250+0000 mgr.smithi019.ehhwnq (mgr.14180) 523 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:04.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:46:02.933779+0000 mgr.smithi019.ehhwnq (mgr.14180) 524 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:05.423 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:46:05.424 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:46:05.792 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:46:06.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:05 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:46:04.934214+0000 mgr.smithi019.ehhwnq (mgr.14180) 525 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:06.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:05 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:46:04.934214+0000 mgr.smithi019.ehhwnq (mgr.14180) 525 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:06.793 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:07.118 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:06 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:46:05.420548+0000 mgr.smithi019.ehhwnq (mgr.14180) 526 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:07.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:06 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:46:05.420548+0000 mgr.smithi019.ehhwnq (mgr.14180) 526 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:08.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:46:06.934641+0000 mgr.smithi019.ehhwnq (mgr.14180) 527 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:46:08.241 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:46:08.242 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:46:08.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:46:06.934641+0000 mgr.smithi019.ehhwnq (mgr.14180) 527 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:46:08.658 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:46:09.659 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:10.311 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:46:08.239292+0000 mgr.smithi019.ehhwnq (mgr.14180) 528 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:10.311 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:46:08.935233+0000 mgr.smithi019.ehhwnq (mgr.14180) 529 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:10.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:46:08.239292+0000 mgr.smithi019.ehhwnq (mgr.14180) 528 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:10.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:46:08.935233+0000 mgr.smithi019.ehhwnq (mgr.14180) 529 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:11.007 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:46:11.007 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:46:11.375 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:46:12.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:12 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:46:10.935603+0000 mgr.smithi019.ehhwnq (mgr.14180) 530 : 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-01-27T23:46:12.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:12 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:46:11.004013+0000 mgr.smithi019.ehhwnq (mgr.14180) 531 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:12.375 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:12.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:12 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:46:10.935603+0000 mgr.smithi019.ehhwnq (mgr.14180) 530 : 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-01-27T23:46:12.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:12 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:46:11.004013+0000 mgr.smithi019.ehhwnq (mgr.14180) 531 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:13.738 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:46:13.738 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:46:14.072 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:14 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:46:12.936152+0000 mgr.smithi019.ehhwnq (mgr.14180) 532 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:14.126 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:46:14.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:14 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:46:12.936152+0000 mgr.smithi019.ehhwnq (mgr.14180) 532 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:15.127 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:15.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:46:13.735121+0000 mgr.smithi019.ehhwnq (mgr.14180) 533 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:15.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:46:13.735121+0000 mgr.smithi019.ehhwnq (mgr.14180) 533 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:16.115 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:16 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:46:14.936770+0000 mgr.smithi019.ehhwnq (mgr.14180) 534 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:16.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:16 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:46:14.936770+0000 mgr.smithi019.ehhwnq (mgr.14180) 534 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:16.528 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:46:16.528 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:46:16.898 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:46:17.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:17 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:46:16.525780+0000 mgr.smithi019.ehhwnq (mgr.14180) 535 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:17.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:17 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:46:16.937173+0000 mgr.smithi019.ehhwnq (mgr.14180) 536 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:46:17.875 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:17 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:46:16.525780+0000 mgr.smithi019.ehhwnq (mgr.14180) 535 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:17.876 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:17 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:46:16.937173+0000 mgr.smithi019.ehhwnq (mgr.14180) 536 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:46:17.899 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:19.253 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:46:19.253 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:46:19.632 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:46:20.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:46:18.937625+0000 mgr.smithi019.ehhwnq (mgr.14180) 537 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:20.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:46:18.937625+0000 mgr.smithi019.ehhwnq (mgr.14180) 537 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:20.634 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:21.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:20 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:46:19.250597+0000 mgr.smithi019.ehhwnq (mgr.14180) 538 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:21.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:20 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:46:19.250597+0000 mgr.smithi019.ehhwnq (mgr.14180) 538 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:22.070 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:46:22.070 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:46:22.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:21 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:46:20.939863+0000 mgr.smithi019.ehhwnq (mgr.14180) 539 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:22.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:21 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:46:20.939863+0000 mgr.smithi019.ehhwnq (mgr.14180) 539 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:22.440 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:46:23.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:46:22.067613+0000 mgr.smithi019.ehhwnq (mgr.14180) 540 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:23.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:46:22.067613+0000 mgr.smithi019.ehhwnq (mgr.14180) 540 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:23.442 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:24.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:24 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:46:22.940391+0000 mgr.smithi019.ehhwnq (mgr.14180) 541 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:24.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:24 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:46:22.940391+0000 mgr.smithi019.ehhwnq (mgr.14180) 541 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:24.828 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:46:24.828 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:46:25.240 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:46:26.243 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:26.277 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:26 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:46:24.825521+0000 mgr.smithi019.ehhwnq (mgr.14180) 542 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:26.277 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:26 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:46:24.941085+0000 mgr.smithi019.ehhwnq (mgr.14180) 543 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:26.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:26 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:46:24.825521+0000 mgr.smithi019.ehhwnq (mgr.14180) 542 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:26.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:26 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:46:24.941085+0000 mgr.smithi019.ehhwnq (mgr.14180) 543 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:27.592 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:46:27.592 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:46:27.619 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:46:26.941553+0000 mgr.smithi019.ehhwnq (mgr.14180) 544 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:46:27.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:46:26.941553+0000 mgr.smithi019.ehhwnq (mgr.14180) 544 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:46:27.992 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:46:28.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:28 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:46:27.589284+0000 mgr.smithi019.ehhwnq (mgr.14180) 545 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:28.875 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:28 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:46:27.589284+0000 mgr.smithi019.ehhwnq (mgr.14180) 545 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:28.993 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:29.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:29 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:46:28.942099+0000 mgr.smithi019.ehhwnq (mgr.14180) 546 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:29.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:29 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:46:28.942099+0000 mgr.smithi019.ehhwnq (mgr.14180) 546 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:30.368 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:46:30.369 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:46:30.786 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:46:31.787 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:32.115 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:31 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:46:30.366059+0000 mgr.smithi019.ehhwnq (mgr.14180) 547 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:32.115 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:31 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:46:30.942612+0000 mgr.smithi019.ehhwnq (mgr.14180) 548 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:32.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:31 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:46:30.366059+0000 mgr.smithi019.ehhwnq (mgr.14180) 547 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:32.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:31 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:46:30.942612+0000 mgr.smithi019.ehhwnq (mgr.14180) 548 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:33.154 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:46:33.154 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:46:33.514 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:46:34.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:34 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:46:32.943072+0000 mgr.smithi019.ehhwnq (mgr.14180) 549 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:34.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:34 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:46:32.943072+0000 mgr.smithi019.ehhwnq (mgr.14180) 549 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:34.514 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:35.192 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:35 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:46:33.151152+0000 mgr.smithi019.ehhwnq (mgr.14180) 550 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:35.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:35 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:46:33.151152+0000 mgr.smithi019.ehhwnq (mgr.14180) 550 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:35.877 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:46:35.878 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:46:36.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:36 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:46:34.943706+0000 mgr.smithi019.ehhwnq (mgr.14180) 551 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:36.248 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:46:36.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:36 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:46:34.943706+0000 mgr.smithi019.ehhwnq (mgr.14180) 551 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:37.250 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:37.284 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:37 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:46:35.874745+0000 mgr.smithi019.ehhwnq (mgr.14180) 552 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:37.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:37 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:46:35.874745+0000 mgr.smithi019.ehhwnq (mgr.14180) 552 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:38.267 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:38 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:46:36.944195+0000 mgr.smithi019.ehhwnq (mgr.14180) 553 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:46:38.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:38 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:46:36.944195+0000 mgr.smithi019.ehhwnq (mgr.14180) 553 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:46:38.680 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:46:38.681 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:46:39.054 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:46:40.055 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:40.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:40 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:46:38.678037+0000 mgr.smithi019.ehhwnq (mgr.14180) 554 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:40.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:40 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:46:38.944781+0000 mgr.smithi019.ehhwnq (mgr.14180) 555 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:40.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:40 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:46:38.678037+0000 mgr.smithi019.ehhwnq (mgr.14180) 554 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:40.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:40 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:46:38.944781+0000 mgr.smithi019.ehhwnq (mgr.14180) 555 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:41.404 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:46:41.405 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:46:41.771 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:46:42.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:46:40.945306+0000 mgr.smithi019.ehhwnq (mgr.14180) 556 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:42.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:46:40.945306+0000 mgr.smithi019.ehhwnq (mgr.14180) 556 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:42.772 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:43.105 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:46:41.402249+0000 mgr.smithi019.ehhwnq (mgr.14180) 557 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:43.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:46:41.402249+0000 mgr.smithi019.ehhwnq (mgr.14180) 557 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:44.231 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:46:44.231 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:39:04.097559Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:46:44.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:44 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:46:42.945759+0000 mgr.smithi019.ehhwnq (mgr.14180) 558 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:44.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:44 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:46:42.945759+0000 mgr.smithi019.ehhwnq (mgr.14180) 558 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:44.605 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:46:45.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:46:44.566201+0000 mon.smithi019 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi040.uyucog"}]: dispatch 2024-01-27T23:46:45.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:46:44.566201+0000 mon.smithi019 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi040.uyucog"}]: dispatch 2024-01-27T23:46:45.606 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:46.282 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:46:44.228393+0000 mgr.smithi019.ehhwnq (mgr.14180) 559 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:46.282 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:46:44.565657+0000 mgr.smithi019.ehhwnq (mgr.14180) 560 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog 2024-01-27T23:46:46.282 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog 2024-01-27T23:46:46.283 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog 2024-01-27T23:46:46.283 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog 2024-01-27T23:46:46.283 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Deploy daemon haproxy.nfs.foo.smithi040.uyucog ... 2024-01-27T23:46:46.283 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:46:46.283 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:46:46.283 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:44: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-01-27T23:46:46.283 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:45: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-01-27T23:46:46.283 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:46: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-01-27T23:46:46.283 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:46:46.283 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:46:46.283 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Traceback (most recent call last): 2024-01-27T23:46:46.284 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-27T23:46:46.284 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: yield (conn, connr) 2024-01-27T23:46:46.284 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-27T23:46:46.284 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: code, '\n'.join(err))) 2024-01-27T23:46:46.284 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog 2024-01-27T23:46:46.284 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog 2024-01-27T23:46:46.284 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog 2024-01-27T23:46:46.284 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog 2024-01-27T23:46:46.284 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Deploy daemon haproxy.nfs.foo.smithi040.uyucog ... 2024-01-27T23:46:46.284 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:46:46.284 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:46:46.285 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:44: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-01-27T23:46:46.285 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:45: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-01-27T23:46:46.285 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:46: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-01-27T23:46:46.285 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:46:46.285 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:46:46.285 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:46:44.565874+0000 mgr.smithi019.ehhwnq (mgr.14180) 561 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi040.uyucog 2024-01-27T23:46:46.285 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:46:44.566763+0000 mgr.smithi019.ehhwnq (mgr.14180) 562 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog 2024-01-27T23:46:46.285 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog 2024-01-27T23:46:46.285 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog 2024-01-27T23:46:46.285 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog 2024-01-27T23:46:46.285 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Deploy daemon haproxy.nfs.foo.smithi040.uyucog ... 2024-01-27T23:46:46.285 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:46:46.285 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:46:46.285 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:44: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-01-27T23:46:46.286 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:45: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-01-27T23:46:46.286 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:46: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-01-27T23:46:46.286 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:46:46.286 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:46:46.286 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:46:44.568184+0000 mgr.smithi019.ehhwnq (mgr.14180) 563 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.lryxnu on smithi019 2024-01-27T23:46:46.286 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:46:44.946347+0000 mgr.smithi019.ehhwnq (mgr.14180) 564 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:46.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:46:44.228393+0000 mgr.smithi019.ehhwnq (mgr.14180) 559 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:46.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:46:44.565657+0000 mgr.smithi019.ehhwnq (mgr.14180) 560 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog 2024-01-27T23:46:46.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog 2024-01-27T23:46:46.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog 2024-01-27T23:46:46.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog 2024-01-27T23:46:46.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Deploy daemon haproxy.nfs.foo.smithi040.uyucog ... 2024-01-27T23:46:46.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:46:46.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:46:46.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:44: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-01-27T23:46:46.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:45: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-01-27T23:46:46.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:46: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-01-27T23:46:46.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:46:46.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:46:46.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Traceback (most recent call last): 2024-01-27T23:46:46.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-27T23:46:46.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: yield (conn, connr) 2024-01-27T23:46:46.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-27T23:46:46.378 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: code, '\n'.join(err))) 2024-01-27T23:46:46.378 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog 2024-01-27T23:46:46.378 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog 2024-01-27T23:46:46.378 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog 2024-01-27T23:46:46.378 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog 2024-01-27T23:46:46.378 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Deploy daemon haproxy.nfs.foo.smithi040.uyucog ... 2024-01-27T23:46:46.378 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:46:46.378 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:46:46.378 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:44: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-01-27T23:46:46.378 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:45: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-01-27T23:46:46.379 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:46: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-01-27T23:46:46.379 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:46:46.379 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:46:46.379 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:46:44.565874+0000 mgr.smithi019.ehhwnq (mgr.14180) 561 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi040.uyucog 2024-01-27T23:46:46.379 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:46:44.566763+0000 mgr.smithi019.ehhwnq (mgr.14180) 562 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog 2024-01-27T23:46:46.379 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog 2024-01-27T23:46:46.379 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog 2024-01-27T23:46:46.379 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog 2024-01-27T23:46:46.379 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Deploy daemon haproxy.nfs.foo.smithi040.uyucog ... 2024-01-27T23:46:46.379 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:46:46.379 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:46:46.379 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:44: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-01-27T23:46:46.380 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:45: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-01-27T23:46:46.380 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:46: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-01-27T23:46:46.380 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:46:46.380 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:46:46.380 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:46:44.568184+0000 mgr.smithi019.ehhwnq (mgr.14180) 563 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.lryxnu on smithi019 2024-01-27T23:46:46.380 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:46:44.946347+0000 mgr.smithi019.ehhwnq (mgr.14180) 564 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:46.980 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:46:46.981 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:46:47.344 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:46:47.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:46:46.946807+0000 mgr.smithi019.ehhwnq (mgr.14180) 565 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:46:47.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:46:46.977522+0000 mgr.smithi019.ehhwnq (mgr.14180) 566 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:47.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:46:46.946807+0000 mgr.smithi019.ehhwnq (mgr.14180) 565 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:46:47.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:46:46.977522+0000 mgr.smithi019.ehhwnq (mgr.14180) 566 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:48.346 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:49.733 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:46:49.733 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:46:50.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:46:48.947252+0000 mgr.smithi019.ehhwnq (mgr.14180) 567 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:50.095 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:46:50.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:46:48.947252+0000 mgr.smithi019.ehhwnq (mgr.14180) 567 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:51.096 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:51.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:46:49.730103+0000 mgr.smithi019.ehhwnq (mgr.14180) 568 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:51.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:46:49.730103+0000 mgr.smithi019.ehhwnq (mgr.14180) 568 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:52.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:46:50.947841+0000 mgr.smithi019.ehhwnq (mgr.14180) 569 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:52.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:46:50.947841+0000 mgr.smithi019.ehhwnq (mgr.14180) 569 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:52.405 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:46:52.405 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:46:52.777 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:46:53.779 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:54.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:54 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:46:52.403252+0000 mgr.smithi019.ehhwnq (mgr.14180) 570 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:54.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:54 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:46:52.948231+0000 mgr.smithi019.ehhwnq (mgr.14180) 571 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:54.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:54 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:46:52.403252+0000 mgr.smithi019.ehhwnq (mgr.14180) 570 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:54.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:54 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:46:52.948231+0000 mgr.smithi019.ehhwnq (mgr.14180) 571 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:55.153 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:46:55.154 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:46:55.565 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:46:56.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:56 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:46:54.948665+0000 mgr.smithi019.ehhwnq (mgr.14180) 572 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:56.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:56 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:46:55.151152+0000 mgr.smithi019.ehhwnq (mgr.14180) 573 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:56.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:46:54.948665+0000 mgr.smithi019.ehhwnq (mgr.14180) 572 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:56.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:46:55.151152+0000 mgr.smithi019.ehhwnq (mgr.14180) 573 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:56.567 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:57.514 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:46:56.949291+0000 mgr.smithi019.ehhwnq (mgr.14180) 574 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:46:57.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:46:56.949291+0000 mgr.smithi019.ehhwnq (mgr.14180) 574 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:46:57.928 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:46:57.928 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:46:58.292 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:46:58.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:58 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:46:57.926219+0000 mgr.smithi019.ehhwnq (mgr.14180) 575 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:58.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:58 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:46:57.926219+0000 mgr.smithi019.ehhwnq (mgr.14180) 575 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:59.294 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:59.612 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:46:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:46:58.949847+0000 mgr.smithi019.ehhwnq (mgr.14180) 576 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:46:59.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:46:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:46:58.949847+0000 mgr.smithi019.ehhwnq (mgr.14180) 576 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:00.667 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:47:00.668 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:47:01.083 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:47:02.084 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:47:02.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:02 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:47:00.664680+0000 mgr.smithi019.ehhwnq (mgr.14180) 577 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:02.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:02 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:47:00.950267+0000 mgr.smithi019.ehhwnq (mgr.14180) 578 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:02.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:02 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:47:00.664680+0000 mgr.smithi019.ehhwnq (mgr.14180) 577 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:02.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:02 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:47:00.950267+0000 mgr.smithi019.ehhwnq (mgr.14180) 578 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:03.457 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:47:03.457 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:47:03.829 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:47:04.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:04 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:47:02.950723+0000 mgr.smithi019.ehhwnq (mgr.14180) 579 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:04.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:04 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:47:02.950723+0000 mgr.smithi019.ehhwnq (mgr.14180) 579 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:04.829 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:47:05.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:05 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:47:03.454438+0000 mgr.smithi019.ehhwnq (mgr.14180) 580 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:05.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:05 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:47:03.454438+0000 mgr.smithi019.ehhwnq (mgr.14180) 580 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:06.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:06 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:47:04.951189+0000 mgr.smithi019.ehhwnq (mgr.14180) 581 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:06.199 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:47:06.199 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:47:06.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:06 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:47:04.951189+0000 mgr.smithi019.ehhwnq (mgr.14180) 581 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:06.568 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:47:07.569 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:47:07.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:47:06.196610+0000 mgr.smithi019.ehhwnq (mgr.14180) 582 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:07.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:47:06.951793+0000 mgr.smithi019.ehhwnq (mgr.14180) 583 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:47:07.875 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:47:06.196610+0000 mgr.smithi019.ehhwnq (mgr.14180) 582 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:07.875 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:47:06.951793+0000 mgr.smithi019.ehhwnq (mgr.14180) 583 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:47:08.896 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:47:08.896 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:47:09.294 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:47:10.295 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:47:10.329 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:47:08.893240+0000 mgr.smithi019.ehhwnq (mgr.14180) 584 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:10.329 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:47:08.952248+0000 mgr.smithi019.ehhwnq (mgr.14180) 585 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:10.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:10 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:47:08.893240+0000 mgr.smithi019.ehhwnq (mgr.14180) 584 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:10.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:10 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:47:08.952248+0000 mgr.smithi019.ehhwnq (mgr.14180) 585 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:11.632 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:47:11.632 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:47:12.008 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:47:12.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:12 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:47:10.952658+0000 mgr.smithi019.ehhwnq (mgr.14180) 586 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:12.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:12 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:47:10.952658+0000 mgr.smithi019.ehhwnq (mgr.14180) 586 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:13.010 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:47:13.371 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:13 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:47:11.629388+0000 mgr.smithi019.ehhwnq (mgr.14180) 587 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:13.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:13 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:47:11.629388+0000 mgr.smithi019.ehhwnq (mgr.14180) 587 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:14.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:14 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:47:12.953228+0000 mgr.smithi019.ehhwnq (mgr.14180) 588 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:14.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:14 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:47:12.953228+0000 mgr.smithi019.ehhwnq (mgr.14180) 588 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:14.489 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:47:14.490 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:47:14.822 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:47:15.823 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:47:16.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:16 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:47:14.486984+0000 mgr.smithi019.ehhwnq (mgr.14180) 589 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:16.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:16 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:47:14.953707+0000 mgr.smithi019.ehhwnq (mgr.14180) 590 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:16.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:16 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:47:14.486984+0000 mgr.smithi019.ehhwnq (mgr.14180) 589 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:16.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:16 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:47:14.953707+0000 mgr.smithi019.ehhwnq (mgr.14180) 590 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:17.172 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:47:17.172 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:47:17.514 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:17 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:47:16.954123+0000 mgr.smithi019.ehhwnq (mgr.14180) 591 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:47:17.549 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:47:17.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:17 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:47:16.954123+0000 mgr.smithi019.ehhwnq (mgr.14180) 591 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:47:18.550 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:47:18.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:18 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:47:17.169540+0000 mgr.smithi019.ehhwnq (mgr.14180) 592 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:18.875 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:18 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:47:17.169540+0000 mgr.smithi019.ehhwnq (mgr.14180) 592 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:19.603 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:47:18.954569+0000 mgr.smithi019.ehhwnq (mgr.14180) 593 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:19.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:47:18.954569+0000 mgr.smithi019.ehhwnq (mgr.14180) 593 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:19.992 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:47:19.992 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:47:20.390 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:47:20.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:20 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:47:19.988837+0000 mgr.smithi019.ehhwnq (mgr.14180) 594 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:20.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:20 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:47:19.988837+0000 mgr.smithi019.ehhwnq (mgr.14180) 594 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:21.391 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:47:21.717 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:21 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:47:20.955203+0000 mgr.smithi019.ehhwnq (mgr.14180) 595 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:21.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:21 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:47:20.955203+0000 mgr.smithi019.ehhwnq (mgr.14180) 595 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:22.789 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:47:22.790 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:47:23.174 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:47:24.175 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:47:24.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:24 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:47:22.786739+0000 mgr.smithi019.ehhwnq (mgr.14180) 596 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:24.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:24 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:47:22.955788+0000 mgr.smithi019.ehhwnq (mgr.14180) 597 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:24.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:24 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:47:22.786739+0000 mgr.smithi019.ehhwnq (mgr.14180) 596 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:24.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:24 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:47:22.955788+0000 mgr.smithi019.ehhwnq (mgr.14180) 597 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:25.511 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:47:25.511 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:47:25.915 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:47:26.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:26 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:47:24.956205+0000 mgr.smithi019.ehhwnq (mgr.14180) 598 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:26.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:26 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:47:24.956205+0000 mgr.smithi019.ehhwnq (mgr.14180) 598 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:26.916 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:47:27.241 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:47:25.508447+0000 mgr.smithi019.ehhwnq (mgr.14180) 599 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:27.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:47:25.508447+0000 mgr.smithi019.ehhwnq (mgr.14180) 599 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:28.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:28 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:47:26.956632+0000 mgr.smithi019.ehhwnq (mgr.14180) 600 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:47:28.251 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:47:28.252 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:47:28.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:28 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:47:26.956632+0000 mgr.smithi019.ehhwnq (mgr.14180) 600 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:47:28.631 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:47:29.632 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:47:30.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:30 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:47:28.248735+0000 mgr.smithi019.ehhwnq (mgr.14180) 601 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:30.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:30 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:47:28.957280+0000 mgr.smithi019.ehhwnq (mgr.14180) 602 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:30.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:30 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:47:28.248735+0000 mgr.smithi019.ehhwnq (mgr.14180) 601 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:30.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:30 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:47:28.957280+0000 mgr.smithi019.ehhwnq (mgr.14180) 602 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:31.073 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:47:31.073 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:47:31.472 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:47:32.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:32 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:47:30.957677+0000 mgr.smithi019.ehhwnq (mgr.14180) 603 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:32.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:32 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:47:31.070518+0000 mgr.smithi019.ehhwnq (mgr.14180) 604 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:32.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:32 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:47:30.957677+0000 mgr.smithi019.ehhwnq (mgr.14180) 603 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:32.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:32 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:47:31.070518+0000 mgr.smithi019.ehhwnq (mgr.14180) 604 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:32.473 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:47:33.819 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:47:33.819 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:47:34.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:34 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:47:32.958155+0000 mgr.smithi019.ehhwnq (mgr.14180) 605 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:34.205 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:47:34.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:34 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:47:32.958155+0000 mgr.smithi019.ehhwnq (mgr.14180) 605 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:35.206 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:47:35.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:35 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:47:33.814817+0000 mgr.smithi019.ehhwnq (mgr.14180) 606 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:35.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:35 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:47:33.814817+0000 mgr.smithi019.ehhwnq (mgr.14180) 606 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:36.201 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:36 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:47:34.958827+0000 mgr.smithi019.ehhwnq (mgr.14180) 607 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:36.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:36 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:47:34.958827+0000 mgr.smithi019.ehhwnq (mgr.14180) 607 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:36.572 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:47:36.572 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:47:36.988 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:47:37.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:37 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:47:36.569722+0000 mgr.smithi019.ehhwnq (mgr.14180) 608 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:37.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:37 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:47:36.959449+0000 mgr.smithi019.ehhwnq (mgr.14180) 609 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:47:37.876 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:37 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:47:36.569722+0000 mgr.smithi019.ehhwnq (mgr.14180) 608 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:37.876 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:37 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:47:36.959449+0000 mgr.smithi019.ehhwnq (mgr.14180) 609 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:47:37.990 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:47:39.326 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:47:39.326 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:47:39.696 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:47:40.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:40 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:47:38.959974+0000 mgr.smithi019.ehhwnq (mgr.14180) 610 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:40.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:40 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:47:38.959974+0000 mgr.smithi019.ehhwnq (mgr.14180) 610 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:40.697 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:47:41.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:47:39.322406+0000 mgr.smithi019.ehhwnq (mgr.14180) 611 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:41.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:41 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:47:39.322406+0000 mgr.smithi019.ehhwnq (mgr.14180) 611 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:42.090 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:47:42.090 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:47:42.299 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:47:40.960724+0000 mgr.smithi019.ehhwnq (mgr.14180) 612 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:42.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:47:40.960724+0000 mgr.smithi019.ehhwnq (mgr.14180) 612 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:42.504 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:47:43.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:47:42.087216+0000 mgr.smithi019.ehhwnq (mgr.14180) 613 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:43.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:47:42.087216+0000 mgr.smithi019.ehhwnq (mgr.14180) 613 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:43.505 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:47:44.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:44 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:47:42.961416+0000 mgr.smithi019.ehhwnq (mgr.14180) 614 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:44.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:44 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:47:42.961416+0000 mgr.smithi019.ehhwnq (mgr.14180) 614 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:44.829 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:47:44.829 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:47:45.196 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:47:46.197 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:47:46.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:47:44.826730+0000 mgr.smithi019.ehhwnq (mgr.14180) 615 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:46.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:47:44.961876+0000 mgr.smithi019.ehhwnq (mgr.14180) 616 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:46.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:47:44.826730+0000 mgr.smithi019.ehhwnq (mgr.14180) 615 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:46.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:47:44.961876+0000 mgr.smithi019.ehhwnq (mgr.14180) 616 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:47.508 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:47:47.508 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:47:47.690 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:47:46.962297+0000 mgr.smithi019.ehhwnq (mgr.14180) 617 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:47:47.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:47:46.962297+0000 mgr.smithi019.ehhwnq (mgr.14180) 617 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:47:47.885 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:47:48.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:48 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:47:47.505660+0000 mgr.smithi019.ehhwnq (mgr.14180) 618 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:48.875 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:48 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:47:47.505660+0000 mgr.smithi019.ehhwnq (mgr.14180) 618 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:48.886 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:47:49.626 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:49 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:47:48.962786+0000 mgr.smithi019.ehhwnq (mgr.14180) 619 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:49.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:49 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:47:48.962786+0000 mgr.smithi019.ehhwnq (mgr.14180) 619 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:50.334 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:47:50.334 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:47:50.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:47:51.736 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:47:52.064 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:47:50.331572+0000 mgr.smithi019.ehhwnq (mgr.14180) 620 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:52.065 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:47:50.963396+0000 mgr.smithi019.ehhwnq (mgr.14180) 621 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:52.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:47:50.331572+0000 mgr.smithi019.ehhwnq (mgr.14180) 620 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:52.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:47:50.963396+0000 mgr.smithi019.ehhwnq (mgr.14180) 621 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:53.074 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:47:53.074 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:47:53.444 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:47:54.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:54 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:47:52.963841+0000 mgr.smithi019.ehhwnq (mgr.14180) 622 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:54.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:54 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:47:53.071450+0000 mgr.smithi019.ehhwnq (mgr.14180) 623 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:54.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:54 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:47:52.963841+0000 mgr.smithi019.ehhwnq (mgr.14180) 622 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:54.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:54 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:47:53.071450+0000 mgr.smithi019.ehhwnq (mgr.14180) 623 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:54.445 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:47:55.821 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:47:55.821 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:47:56.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:47:54.964525+0000 mgr.smithi019.ehhwnq (mgr.14180) 624 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:56.252 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:47:56.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:56 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:47:54.964525+0000 mgr.smithi019.ehhwnq (mgr.14180) 624 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:47:57.253 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:47:57.289 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:47:55.817996+0000 mgr.smithi019.ehhwnq (mgr.14180) 625 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:57.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:47:55.817996+0000 mgr.smithi019.ehhwnq (mgr.14180) 625 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:58.181 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:47:58 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:47:56.965159+0000 mgr.smithi019.ehhwnq (mgr.14180) 626 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:47:58.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:47:58 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:47:56.965159+0000 mgr.smithi019.ehhwnq (mgr.14180) 626 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:47:58.587 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:47:58.587 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:47:58.961 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:47:59.962 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:00.338 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:00 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:47:58.584405+0000 mgr.smithi019.ehhwnq (mgr.14180) 627 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:00.338 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:00 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:47:58.965655+0000 mgr.smithi019.ehhwnq (mgr.14180) 628 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:00.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:00 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:47:58.584405+0000 mgr.smithi019.ehhwnq (mgr.14180) 627 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:00.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:00 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:47:58.965655+0000 mgr.smithi019.ehhwnq (mgr.14180) 628 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:01.327 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:48:01.327 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:48:01.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:48:02.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:02 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:48:00.966062+0000 mgr.smithi019.ehhwnq (mgr.14180) 629 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:02.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:02 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:48:00.966062+0000 mgr.smithi019.ehhwnq (mgr.14180) 629 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:02.736 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:03.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:03 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:48:01.324452+0000 mgr.smithi019.ehhwnq (mgr.14180) 630 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:03.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:48:01.324452+0000 mgr.smithi019.ehhwnq (mgr.14180) 630 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:04.121 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:48:04.121 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:48:04.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:04 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:48:02.966745+0000 mgr.smithi019.ehhwnq (mgr.14180) 631 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:04.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:04 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:48:02.966745+0000 mgr.smithi019.ehhwnq (mgr.14180) 631 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:04.496 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:48:05.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:05 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:48:04.117960+0000 mgr.smithi019.ehhwnq (mgr.14180) 632 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:05.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:05 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:48:04.117960+0000 mgr.smithi019.ehhwnq (mgr.14180) 632 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:05.497 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:06.125 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:06 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:48:04.967451+0000 mgr.smithi019.ehhwnq (mgr.14180) 633 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:06.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:06 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:48:04.967451+0000 mgr.smithi019.ehhwnq (mgr.14180) 633 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:06.871 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:48:06.871 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:48:07.252 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:48:07.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:48:06.867777+0000 mgr.smithi019.ehhwnq (mgr.14180) 634 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:07.626 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:48:06.968092+0000 mgr.smithi019.ehhwnq (mgr.14180) 635 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:48:07.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:48:06.867777+0000 mgr.smithi019.ehhwnq (mgr.14180) 634 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:07.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:48:06.968092+0000 mgr.smithi019.ehhwnq (mgr.14180) 635 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:48:08.253 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:09.667 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:48:09.668 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:48:10.044 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:48:10.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:10 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:48:08.968680+0000 mgr.smithi019.ehhwnq (mgr.14180) 636 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:10.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:48:08.968680+0000 mgr.smithi019.ehhwnq (mgr.14180) 636 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:11.045 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:11.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:48:09.665055+0000 mgr.smithi019.ehhwnq (mgr.14180) 637 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:11.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:48:09.665055+0000 mgr.smithi019.ehhwnq (mgr.14180) 637 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:12.354 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:48:12.354 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:48:12.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:12 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:48:10.969375+0000 mgr.smithi019.ehhwnq (mgr.14180) 638 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:12.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:12 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:48:10.969375+0000 mgr.smithi019.ehhwnq (mgr.14180) 638 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:12.725 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:48:13.726 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:14.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:14 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:48:12.350782+0000 mgr.smithi019.ehhwnq (mgr.14180) 639 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:14.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:14 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:48:12.969884+0000 mgr.smithi019.ehhwnq (mgr.14180) 640 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:14.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:14 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:48:12.350782+0000 mgr.smithi019.ehhwnq (mgr.14180) 639 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:14.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:14 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:48:12.969884+0000 mgr.smithi019.ehhwnq (mgr.14180) 640 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:15.155 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:48:15.156 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:48:15.704 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:48:16.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:16 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:48:14.970320+0000 mgr.smithi019.ehhwnq (mgr.14180) 641 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:16.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:16 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:48:15.152654+0000 mgr.smithi019.ehhwnq (mgr.14180) 642 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:16.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:16 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:48:14.970320+0000 mgr.smithi019.ehhwnq (mgr.14180) 641 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:16.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:16 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:48:15.152654+0000 mgr.smithi019.ehhwnq (mgr.14180) 642 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:16.705 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:17.687 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:17 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:48:16.970753+0000 mgr.smithi019.ehhwnq (mgr.14180) 643 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:48:17.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:17 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:48:16.970753+0000 mgr.smithi019.ehhwnq (mgr.14180) 643 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:48:18.063 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:48:18.063 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:48:18.433 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:48:18.625 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:18 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:48:18.060361+0000 mgr.smithi019.ehhwnq (mgr.14180) 644 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:18.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:18 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:48:18.060361+0000 mgr.smithi019.ehhwnq (mgr.14180) 644 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:19.434 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:19.768 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:48:18.971313+0000 mgr.smithi019.ehhwnq (mgr.14180) 645 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:19.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:48:18.971313+0000 mgr.smithi019.ehhwnq (mgr.14180) 645 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:20.774 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:48:20.774 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:48:21.191 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:48:22.192 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:22.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:22 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:48:20.771211+0000 mgr.smithi019.ehhwnq (mgr.14180) 646 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:22.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:22 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:48:20.971943+0000 mgr.smithi019.ehhwnq (mgr.14180) 647 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:22.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:22 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:48:20.771211+0000 mgr.smithi019.ehhwnq (mgr.14180) 646 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:22.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:22 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:48:20.971943+0000 mgr.smithi019.ehhwnq (mgr.14180) 647 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:23.534 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:48:23.534 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:48:23.899 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:48:24.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:24 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:48:22.972497+0000 mgr.smithi019.ehhwnq (mgr.14180) 648 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:24.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:24 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:48:22.972497+0000 mgr.smithi019.ehhwnq (mgr.14180) 648 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:24.900 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:25.265 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:25 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:48:23.530454+0000 mgr.smithi019.ehhwnq (mgr.14180) 649 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:25.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:25 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:48:23.530454+0000 mgr.smithi019.ehhwnq (mgr.14180) 649 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:26.317 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:48:26.317 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:48:26.338 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:26 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:48:24.973057+0000 mgr.smithi019.ehhwnq (mgr.14180) 650 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:26.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:26 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:48:24.973057+0000 mgr.smithi019.ehhwnq (mgr.14180) 650 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:26.715 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:48:27.717 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:27.749 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:48:26.313674+0000 mgr.smithi019.ehhwnq (mgr.14180) 651 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:27.750 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:48:26.973562+0000 mgr.smithi019.ehhwnq (mgr.14180) 652 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:48:27.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:48:26.313674+0000 mgr.smithi019.ehhwnq (mgr.14180) 651 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:27.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:48:26.973562+0000 mgr.smithi019.ehhwnq (mgr.14180) 652 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:48:29.078 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:48:29.079 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:48:29.441 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:48:30.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:30 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:48:28.974027+0000 mgr.smithi019.ehhwnq (mgr.14180) 653 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:30.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:30 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:48:29.075470+0000 mgr.smithi019.ehhwnq (mgr.14180) 654 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:30.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:30 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:48:28.974027+0000 mgr.smithi019.ehhwnq (mgr.14180) 653 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:30.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:30 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:48:29.075470+0000 mgr.smithi019.ehhwnq (mgr.14180) 654 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:30.441 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:31.894 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:48:31.894 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:48:32.204 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:32 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:48:30.974426+0000 mgr.smithi019.ehhwnq (mgr.14180) 655 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:32.288 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:48:32.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:32 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:48:30.974426+0000 mgr.smithi019.ehhwnq (mgr.14180) 655 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:33.289 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:33.323 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:33 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:48:31.891289+0000 mgr.smithi019.ehhwnq (mgr.14180) 656 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:33.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:33 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:48:31.891289+0000 mgr.smithi019.ehhwnq (mgr.14180) 656 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:34.236 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:34 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:48:32.975203+0000 mgr.smithi019.ehhwnq (mgr.14180) 657 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:34.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:34 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:48:32.975203+0000 mgr.smithi019.ehhwnq (mgr.14180) 657 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:34.619 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:48:34.619 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:48:34.981 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:48:35.982 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:36.365 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:36 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:48:34.615415+0000 mgr.smithi019.ehhwnq (mgr.14180) 658 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:36.365 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:36 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:48:34.975634+0000 mgr.smithi019.ehhwnq (mgr.14180) 659 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:36.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:36 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:48:34.615415+0000 mgr.smithi019.ehhwnq (mgr.14180) 658 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:36.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:36 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:48:34.975634+0000 mgr.smithi019.ehhwnq (mgr.14180) 659 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:37.421 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:48:37.421 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:48:37.712 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:37 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:48:36.976224+0000 mgr.smithi019.ehhwnq (mgr.14180) 660 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:48:37.822 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:48:37.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:37 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:48:36.976224+0000 mgr.smithi019.ehhwnq (mgr.14180) 660 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:48:38.823 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:38.856 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:38 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:48:37.418072+0000 mgr.smithi019.ehhwnq (mgr.14180) 661 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:38.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:38 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:48:37.418072+0000 mgr.smithi019.ehhwnq (mgr.14180) 661 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:39.776 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:48:38.976671+0000 mgr.smithi019.ehhwnq (mgr.14180) 662 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:39.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:39 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:48:38.976671+0000 mgr.smithi019.ehhwnq (mgr.14180) 662 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:40.163 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:48:40.163 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:48:40.478 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:40 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:48:40.159752+0000 mgr.smithi019.ehhwnq (mgr.14180) 663 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:40.572 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:48:40.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:40 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:48:40.159752+0000 mgr.smithi019.ehhwnq (mgr.14180) 663 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:41.573 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:41.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:48:40.977130+0000 mgr.smithi019.ehhwnq (mgr.14180) 664 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:41.876 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:41 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:48:40.977130+0000 mgr.smithi019.ehhwnq (mgr.14180) 664 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:42.941 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:48:42.942 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:48:43.346 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:48:44.347 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:44.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:44 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:48:42.938018+0000 mgr.smithi019.ehhwnq (mgr.14180) 665 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:44.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:44 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:48:42.977656+0000 mgr.smithi019.ehhwnq (mgr.14180) 666 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:44.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:44 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:48:42.938018+0000 mgr.smithi019.ehhwnq (mgr.14180) 665 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:44.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:44 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:48:42.977656+0000 mgr.smithi019.ehhwnq (mgr.14180) 666 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:45.695 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:48:45.696 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:48:46.070 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:48:46.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:48:44.978129+0000 mgr.smithi019.ehhwnq (mgr.14180) 667 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:46.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:48:44.978129+0000 mgr.smithi019.ehhwnq (mgr.14180) 667 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:47.072 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:47.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:48:45.692776+0000 mgr.smithi019.ehhwnq (mgr.14180) 668 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:47.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:48:45.692776+0000 mgr.smithi019.ehhwnq (mgr.14180) 668 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:48.109 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:48 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:48:46.978520+0000 mgr.smithi019.ehhwnq (mgr.14180) 669 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:48:48.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:48 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:48:46.978520+0000 mgr.smithi019.ehhwnq (mgr.14180) 669 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:48:48.477 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:48:48.477 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:48:48.896 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:48:49.897 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:50.239 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:48:48.474156+0000 mgr.smithi019.ehhwnq (mgr.14180) 670 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:50.239 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:48:48.979268+0000 mgr.smithi019.ehhwnq (mgr.14180) 671 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:50.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:48:48.474156+0000 mgr.smithi019.ehhwnq (mgr.14180) 670 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:50.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:48:48.979268+0000 mgr.smithi019.ehhwnq (mgr.14180) 671 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:51.274 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:48:51.274 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:48:51.629 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:48:52.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:48:50.979624+0000 mgr.smithi019.ehhwnq (mgr.14180) 672 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:52.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:48:50.979624+0000 mgr.smithi019.ehhwnq (mgr.14180) 672 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:52.630 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:53.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:53 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:48:51.271610+0000 mgr.smithi019.ehhwnq (mgr.14180) 673 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:53.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:53 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:48:51.271610+0000 mgr.smithi019.ehhwnq (mgr.14180) 673 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:54.075 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:48:54.075 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:48:54.359 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:54 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:48:52.980097+0000 mgr.smithi019.ehhwnq (mgr.14180) 674 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:54.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:54 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:48:52.980097+0000 mgr.smithi019.ehhwnq (mgr.14180) 674 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:54.478 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:48:55.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:48:54.071497+0000 mgr.smithi019.ehhwnq (mgr.14180) 675 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:55.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:48:54.071497+0000 mgr.smithi019.ehhwnq (mgr.14180) 675 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:55.479 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:56.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:56 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:48:54.980521+0000 mgr.smithi019.ehhwnq (mgr.14180) 676 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:56.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:48:54.980521+0000 mgr.smithi019.ehhwnq (mgr.14180) 676 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:48:56.798 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:48:56.798 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:48:57.178 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:48:57.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:48:56.795470+0000 mgr.smithi019.ehhwnq (mgr.14180) 677 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:57.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:48:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:48:56.981059+0000 mgr.smithi019.ehhwnq (mgr.14180) 678 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:48:57.876 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:48:56.795470+0000 mgr.smithi019.ehhwnq (mgr.14180) 677 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:57.876 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:48:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:48:56.981059+0000 mgr.smithi019.ehhwnq (mgr.14180) 678 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:48:58.179 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:59.641 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:48:59.641 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:49:00.047 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:49:00.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:00 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:48:58.981751+0000 mgr.smithi019.ehhwnq (mgr.14180) 679 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:49:00.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:00 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:48:58.981751+0000 mgr.smithi019.ehhwnq (mgr.14180) 679 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:49:01.048 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:49:01.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:01 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:48:59.637636+0000 mgr.smithi019.ehhwnq (mgr.14180) 680 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:01.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:01 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:48:59.637636+0000 mgr.smithi019.ehhwnq (mgr.14180) 680 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:02.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:02 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:49:00.982224+0000 mgr.smithi019.ehhwnq (mgr.14180) 681 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:49:02.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:02 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:49:00.982224+0000 mgr.smithi019.ehhwnq (mgr.14180) 681 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:49:02.436 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:49:02.436 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:49:02.811 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:49:03.812 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:49:04.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:04 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:02.433645+0000 mgr.smithi019.ehhwnq (mgr.14180) 682 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:04.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:04 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:49:02.982824+0000 mgr.smithi019.ehhwnq (mgr.14180) 683 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:49:04.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:04 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:02.433645+0000 mgr.smithi019.ehhwnq (mgr.14180) 682 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:04.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:04 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:49:02.982824+0000 mgr.smithi019.ehhwnq (mgr.14180) 683 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:49:05.140 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:49:05.140 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:49:05.552 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:49:06.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:06 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:49:04.983242+0000 mgr.smithi019.ehhwnq (mgr.14180) 684 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:49:06.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:06 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:05.137381+0000 mgr.smithi019.ehhwnq (mgr.14180) 685 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:06.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:06 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:49:04.983242+0000 mgr.smithi019.ehhwnq (mgr.14180) 684 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:49:06.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:06 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:05.137381+0000 mgr.smithi019.ehhwnq (mgr.14180) 685 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:06.553 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:49:07.522 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:49:06.983672+0000 mgr.smithi019.ehhwnq (mgr.14180) 686 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:49:07.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:49:06.983672+0000 mgr.smithi019.ehhwnq (mgr.14180) 686 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:49:07.908 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:49:07.908 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:49:08.284 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:49:08.627 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:08 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:07.904869+0000 mgr.smithi019.ehhwnq (mgr.14180) 687 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:08.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:08 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:07.904869+0000 mgr.smithi019.ehhwnq (mgr.14180) 687 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:09.285 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:49:09.626 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:49:08.984308+0000 mgr.smithi019.ehhwnq (mgr.14180) 688 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:49:09.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:49:08.984308+0000 mgr.smithi019.ehhwnq (mgr.14180) 688 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:49:10.679 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:49:10.679 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:49:11.101 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:49:12.102 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:49:12.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:12 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:10.675561+0000 mgr.smithi019.ehhwnq (mgr.14180) 689 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:12.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:12 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:49:10.984736+0000 mgr.smithi019.ehhwnq (mgr.14180) 690 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:49:12.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:12 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:10.675561+0000 mgr.smithi019.ehhwnq (mgr.14180) 689 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:12.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:12 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:49:10.984736+0000 mgr.smithi019.ehhwnq (mgr.14180) 690 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:49:13.420 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:49:13.420 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:12.167591Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:41:41.613489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.mywtak on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-mywtak\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.mywtak\nDeploy daemon haproxy.nfs.foo.smithi040.mywtak ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:39:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:40:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.818086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jjxbvl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-jjxbvl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.jjxbvl\nDeploy daemon haproxy.nfs.foo.smithi019.jjxbvl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:42:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:43:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:44:10.823745Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.gqhbqd on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:12.168218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:12.167744Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:12.167818Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:12.167884Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:12.167967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:49:13.801 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:49:14.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:14 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:49:12.985435+0000 mgr.smithi019.ehhwnq (mgr.14180) 691 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:49:14.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:14 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:49:12.985435+0000 mgr.smithi019.ehhwnq (mgr.14180) 691 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:49:14.803 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:49:15.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:13.416838+0000 mgr.smithi019.ehhwnq (mgr.14180) 692 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:15.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:49:14.155104+0000 mgr.smithi019.ehhwnq (mgr.14180) 693 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu 2024-01-27T23:49:15.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu 2024-01-27T23:49:15.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu 2024-01-27T23:49:15.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu 2024-01-27T23:49:15.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Deploy daemon haproxy.nfs.foo.smithi019.lryxnu ... 2024-01-27T23:49:15.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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-01-27T23:49:15.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:49:15.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:47: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-01-27T23:49:15.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:47:59Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:49:15.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:48: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-01-27T23:49:15.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:49:15.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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-01-27T23:49:15.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Traceback (most recent call last): 2024-01-27T23:49:15.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-27T23:49:15.128 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: yield (conn, connr) 2024-01-27T23:49:15.128 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-27T23:49:15.128 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: code, '\n'.join(err))) 2024-01-27T23:49:15.128 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu 2024-01-27T23:49:15.128 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu 2024-01-27T23:49:15.128 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu 2024-01-27T23:49:15.128 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu 2024-01-27T23:49:15.128 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Deploy daemon haproxy.nfs.foo.smithi019.lryxnu ... 2024-01-27T23:49:15.128 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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-01-27T23:49:15.128 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:49:15.128 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:47: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-01-27T23:49:15.128 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:47:59Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:49:15.129 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:48: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-01-27T23:49:15.129 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:49:15.129 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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-01-27T23:49:15.129 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:49:14.155318+0000 mgr.smithi019.ehhwnq (mgr.14180) 694 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.lryxnu 2024-01-27T23:49:15.129 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:14.155683+0000 mon.smithi019 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.lryxnu"}]: dispatch 2024-01-27T23:49:15.129 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:49:14.156365+0000 mgr.smithi019.ehhwnq (mgr.14180) 695 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu 2024-01-27T23:49:15.129 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu 2024-01-27T23:49:15.129 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu 2024-01-27T23:49:15.129 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu 2024-01-27T23:49:15.129 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Deploy daemon haproxy.nfs.foo.smithi019.lryxnu ... 2024-01-27T23:49:15.129 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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-01-27T23:49:15.129 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:49:15.129 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:47: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-01-27T23:49:15.129 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:47:59Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:49:15.130 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:48: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-01-27T23:49:15.130 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:49:15.130 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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-01-27T23:49:15.130 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:49:14.157675+0000 mgr.smithi019.ehhwnq (mgr.14180) 696 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-27T23:49:15.130 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:49:14.158756+0000 mgr.smithi019.ehhwnq (mgr.14180) 697 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-27T23:49:15.130 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:49:14.159501+0000 mgr.smithi019.ehhwnq (mgr.14180) 698 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-01-27T23:49:15.130 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:14.161444+0000 mon.smithi019 (mon.0) 664 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:49:15.130 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:14.405817+0000 mon.smithi019 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:49:15.130 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:14.413197+0000 mon.smithi019 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:49:15.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:13.416838+0000 mgr.smithi019.ehhwnq (mgr.14180) 692 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:15.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:49:14.155104+0000 mgr.smithi019.ehhwnq (mgr.14180) 693 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu 2024-01-27T23:49:15.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu 2024-01-27T23:49:15.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu 2024-01-27T23:49:15.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu 2024-01-27T23:49:15.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Deploy daemon haproxy.nfs.foo.smithi019.lryxnu ... 2024-01-27T23:49:15.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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-01-27T23:49:15.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:49:15.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:47: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-01-27T23:49:15.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:47:59Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:49:15.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:48: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-01-27T23:49:15.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:49:15.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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-01-27T23:49:15.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Traceback (most recent call last): 2024-01-27T23:49:15.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-27T23:49:15.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: yield (conn, connr) 2024-01-27T23:49:15.378 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-27T23:49:15.378 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: code, '\n'.join(err))) 2024-01-27T23:49:15.378 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu 2024-01-27T23:49:15.378 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu 2024-01-27T23:49:15.378 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu 2024-01-27T23:49:15.378 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu 2024-01-27T23:49:15.378 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Deploy daemon haproxy.nfs.foo.smithi019.lryxnu ... 2024-01-27T23:49:15.378 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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-01-27T23:49:15.378 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:49:15.378 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:47: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-01-27T23:49:15.378 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:47:59Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:49:15.378 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:48: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-01-27T23:49:15.378 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:49:15.379 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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-01-27T23:49:15.379 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:49:14.155318+0000 mgr.smithi019.ehhwnq (mgr.14180) 694 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.lryxnu 2024-01-27T23:49:15.379 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:14.155683+0000 mon.smithi019 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.lryxnu"}]: dispatch 2024-01-27T23:49:15.379 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:49:14.156365+0000 mgr.smithi019.ehhwnq (mgr.14180) 695 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu 2024-01-27T23:49:15.379 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu 2024-01-27T23:49:15.379 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu 2024-01-27T23:49:15.379 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu 2024-01-27T23:49:15.379 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Deploy daemon haproxy.nfs.foo.smithi019.lryxnu ... 2024-01-27T23:49:15.379 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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-01-27T23:49:15.379 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:49:15.379 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:47: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-01-27T23:49:15.379 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:47:59Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:49:15.379 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:48: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-01-27T23:49:15.379 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:49:15.380 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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-01-27T23:49:15.380 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:49:14.157675+0000 mgr.smithi019.ehhwnq (mgr.14180) 696 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-27T23:49:15.380 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:49:14.158756+0000 mgr.smithi019.ehhwnq (mgr.14180) 697 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-27T23:49:15.380 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:49:14.159501+0000 mgr.smithi019.ehhwnq (mgr.14180) 698 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-01-27T23:49:15.380 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:14.161444+0000 mon.smithi019 (mon.0) 664 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:49:15.380 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:14.405817+0000 mon.smithi019 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:49:15.380 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:14.413197+0000 mon.smithi019 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:49:16.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:16 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:49:15.042093+0000 mon.smithi019 (mon.0) 667 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-27T23:49:16.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:16 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:15.852885+0000 mon.smithi019 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:49:16.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:16 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:49:15.042093+0000 mon.smithi019 (mon.0) 667 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-27T23:49:16.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:16 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:15.852885+0000 mon.smithi019 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:49:16.969 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:49:16.970 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:44:14.546883Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:44:14.546962Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:44:14.547027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:44:14.547461Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:44:14.546811Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:44:14.546670Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:44:14.547524Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:44:14.547090Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:44:14.547215Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:44:14.547153Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:49:17.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:17 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:16.146845+0000 mon.smithi019 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:49:17.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:17 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:16.147619+0000 mon.smithi019 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:49:17.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:17 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:16.148262+0000 mon.smithi019 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:49:17.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:17 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:16.148858+0000 mon.smithi019 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:49:17.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:17 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:49:16.149534+0000 mgr.smithi019.ehhwnq (mgr.14180) 699 : cephadm [INF] Adjusting osd_memory_target on smithi040 to 2969M 2024-01-27T23:49:17.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:17 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:16.153579+0000 mon.smithi019 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:49:17.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:17 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:49:16.160212+0000 mgr.smithi019.ehhwnq (mgr.14180) 700 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-01-27T23:49:17.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:17 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:16.146845+0000 mon.smithi019 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:49:17.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:17 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:16.147619+0000 mon.smithi019 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:49:17.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:17 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:16.148262+0000 mon.smithi019 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:49:17.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:17 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:16.148858+0000 mon.smithi019 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:49:17.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:17 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:49:16.149534+0000 mgr.smithi019.ehhwnq (mgr.14180) 699 : cephadm [INF] Adjusting osd_memory_target on smithi040 to 2969M 2024-01-27T23:49:17.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:17 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:16.153579+0000 mon.smithi019 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:49:17.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:17 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:49:16.160212+0000 mgr.smithi019.ehhwnq (mgr.14180) 700 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-01-27T23:49:17.540 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:49:18.542 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:49:18.569 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:18 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:16.964205+0000 mgr.smithi019.ehhwnq (mgr.14180) 701 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:18.569 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:18 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:18.108853+0000 mon.smithi019 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:49:18.625 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:18 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:16.964205+0000 mgr.smithi019.ehhwnq (mgr.14180) 701 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:18.625 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:18 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:18.108853+0000 mon.smithi019 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:49:19.470 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:49:18.160838+0000 mgr.smithi019.ehhwnq (mgr.14180) 702 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-01-27T23:49:19.470 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:18.407558+0000 mon.smithi019 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:49:19.470 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:18.408193+0000 mon.smithi019 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:49:19.470 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:18.408696+0000 mon.smithi019 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:49:19.470 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:18.409203+0000 mon.smithi019 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:49:19.471 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:18.413598+0000 mon.smithi019 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:49:19.471 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:18.414341+0000 mon.smithi019 (mon.0) 680 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:49:19.471 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:18.414959+0000 mon.smithi019 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T23:49:19.471 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:18.418812+0000 mon.smithi019 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:49:19.471 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:18.422435+0000 mon.smithi019 (mon.0) 683 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T23:49:19.471 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:18.429003+0000 mon.smithi019 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:49:19.471 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:18.808360+0000 mon.smithi019 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:49:19.471 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:19.013191+0000 mon.smithi019 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:49:19.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:49:18.160838+0000 mgr.smithi019.ehhwnq (mgr.14180) 702 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-01-27T23:49:19.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:18.407558+0000 mon.smithi019 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:49:19.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:18.408193+0000 mon.smithi019 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:49:19.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:18.408696+0000 mon.smithi019 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:49:19.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:18.409203+0000 mon.smithi019 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:49:19.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:18.413598+0000 mon.smithi019 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:49:19.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:18.414341+0000 mon.smithi019 (mon.0) 680 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:49:19.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:18.414959+0000 mon.smithi019 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T23:49:19.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:18.418812+0000 mon.smithi019 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:49:19.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:18.422435+0000 mon.smithi019 (mon.0) 683 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T23:49:19.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:18.429003+0000 mon.smithi019 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:49:19.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:18.808360+0000 mon.smithi019 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:49:19.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:19.013191+0000 mon.smithi019 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:49:19.838 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:49:19.839 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:49:20.195 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:49:20.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:20 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:49:18.409623+0000 mgr.smithi019.ehhwnq (mgr.14180) 703 : cephadm [INF] Adjusting osd_memory_target on smithi019 to 1945M 2024-01-27T23:49:20.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:20 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:49:18.419200+0000 mgr.smithi019.ehhwnq (mgr.14180) 704 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 B/s rd, 0 op/s 2024-01-27T23:49:20.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:20 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:49:18.430975+0000 mgr.smithi019.ehhwnq (mgr.14180) 705 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi040.uhswsp on smithi040 2024-01-27T23:49:20.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:20 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:49:19.155576+0000 mon.smithi019 (mon.0) 687 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-27T23:49:20.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:20 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:49:19.155635+0000 mon.smithi019 (mon.0) 688 : cluster [INF] Cluster is now healthy 2024-01-27T23:49:20.626 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:20 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:49:18.409623+0000 mgr.smithi019.ehhwnq (mgr.14180) 703 : cephadm [INF] Adjusting osd_memory_target on smithi019 to 1945M 2024-01-27T23:49:20.626 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:20 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:49:18.419200+0000 mgr.smithi019.ehhwnq (mgr.14180) 704 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 B/s rd, 0 op/s 2024-01-27T23:49:20.627 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:20 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:49:18.430975+0000 mgr.smithi019.ehhwnq (mgr.14180) 705 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi040.uhswsp on smithi040 2024-01-27T23:49:20.627 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:20 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:49:19.155576+0000 mon.smithi019 (mon.0) 687 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-27T23:49:20.627 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:20 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:49:19.155635+0000 mon.smithi019 (mon.0) 688 : cluster [INF] Cluster is now healthy 2024-01-27T23:49:21.196 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:49:21.559 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:21 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:19.835501+0000 mgr.smithi019.ehhwnq (mgr.14180) 706 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:21.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:21 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:19.835501+0000 mgr.smithi019.ehhwnq (mgr.14180) 706 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:22.245 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:22 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:49:20.419845+0000 mgr.smithi019.ehhwnq (mgr.14180) 707 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 B/s rd, 0 op/s 2024-01-27T23:49:22.623 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:49:22.623 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:49:22.625 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:22 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:49:20.419845+0000 mgr.smithi019.ehhwnq (mgr.14180) 707 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 B/s rd, 0 op/s 2024-01-27T23:49:23.052 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:49:23.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:49:22.420201+0000 mgr.smithi019.ehhwnq (mgr.14180) 708 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 B/s rd, 0 op/s 2024-01-27T23:49:23.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:22.620104+0000 mgr.smithi019.ehhwnq (mgr.14180) 709 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:23.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:49:22.420201+0000 mgr.smithi019.ehhwnq (mgr.14180) 708 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 B/s rd, 0 op/s 2024-01-27T23:49:23.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:22.620104+0000 mgr.smithi019.ehhwnq (mgr.14180) 709 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:24.052 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:49:25.382 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:49:25.382 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:49:25.714 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:25 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:49:24.420724+0000 mgr.smithi019.ehhwnq (mgr.14180) 710 : cluster [DBG] pgmap v426: 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-01-27T23:49:25.766 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:49:25.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:25 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:49:24.420724+0000 mgr.smithi019.ehhwnq (mgr.14180) 710 : cluster [DBG] pgmap v426: 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-01-27T23:49:26.767 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:49:26.801 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:26 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:25.378478+0000 mgr.smithi019.ehhwnq (mgr.14180) 711 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:26.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:26 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:25.378478+0000 mgr.smithi019.ehhwnq (mgr.14180) 711 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:27.790 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:49:26.421333+0000 mgr.smithi019.ehhwnq (mgr.14180) 712 : cluster [DBG] pgmap v427: 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-01-27T23:49:27.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:49:26.421333+0000 mgr.smithi019.ehhwnq (mgr.14180) 712 : cluster [DBG] pgmap v427: 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-01-27T23:49:28.284 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:49:28.284 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:49:28.683 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:49:29.684 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:49:29.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:29 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:28.281393+0000 mgr.smithi019.ehhwnq (mgr.14180) 713 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:29.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:29 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:49:28.421865+0000 mgr.smithi019.ehhwnq (mgr.14180) 714 : cluster [DBG] pgmap v428: 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-01-27T23:49:29.876 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:29 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:28.281393+0000 mgr.smithi019.ehhwnq (mgr.14180) 713 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:29.876 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:29 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:49:28.421865+0000 mgr.smithi019.ehhwnq (mgr.14180) 714 : cluster [DBG] pgmap v428: 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-01-27T23:49:31.023 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:49:31.024 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:49:31.390 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:49:31.626 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:31 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:49:30.422458+0000 mgr.smithi019.ehhwnq (mgr.14180) 715 : 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-01-27T23:49:31.626 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:31 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:31.020184+0000 mgr.smithi019.ehhwnq (mgr.14180) 716 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:31.875 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:31 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:49:30.422458+0000 mgr.smithi019.ehhwnq (mgr.14180) 715 : 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-01-27T23:49:31.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:31 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:31.020184+0000 mgr.smithi019.ehhwnq (mgr.14180) 716 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:32.391 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:49:33.625 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:33 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:49:32.422930+0000 mgr.smithi019.ehhwnq (mgr.14180) 717 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:49:33.838 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:49:33.838 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:49:33.859 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:33 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:49:32.422930+0000 mgr.smithi019.ehhwnq (mgr.14180) 717 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:49:34.240 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:49:35.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:34 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:33.808393+0000 mon.smithi019 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:49:35.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:34 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:33.827418+0000 mgr.smithi019.ehhwnq (mgr.14180) 718 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:35.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:34 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:33.808393+0000 mon.smithi019 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:49:35.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:34 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:33.827418+0000 mgr.smithi019.ehhwnq (mgr.14180) 718 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:35.241 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:49:35.876 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:35 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:49:34.423559+0000 mgr.smithi019.ehhwnq (mgr.14180) 719 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:49:36.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:35 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:49:34.423559+0000 mgr.smithi019.ehhwnq (mgr.14180) 719 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:49:36.562 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:49:36.562 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:49:36.932 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:49:37.933 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:49:38.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:37 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:49:36.423956+0000 mgr.smithi019.ehhwnq (mgr.14180) 720 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:49:38.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:37 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:36.559282+0000 mgr.smithi019.ehhwnq (mgr.14180) 721 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:38.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:37 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:49:36.423956+0000 mgr.smithi019.ehhwnq (mgr.14180) 720 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:49:38.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:37 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:36.559282+0000 mgr.smithi019.ehhwnq (mgr.14180) 721 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:39.292 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:49:39.292 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:49:39.656 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:49:39.876 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:49:38.424387+0000 mgr.smithi019.ehhwnq (mgr.14180) 722 : 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-01-27T23:49:40.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:39 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:49:38.424387+0000 mgr.smithi019.ehhwnq (mgr.14180) 722 : 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-01-27T23:49:40.657 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:49:40.999 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:40 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:39.289406+0000 mgr.smithi019.ehhwnq (mgr.14180) 723 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:41.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:40 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:39.289406+0000 mgr.smithi019.ehhwnq (mgr.14180) 723 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:42.004 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:49:42.004 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:49:42.027 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:41 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:49:40.424950+0000 mgr.smithi019.ehhwnq (mgr.14180) 724 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:49:42.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:49:40.424950+0000 mgr.smithi019.ehhwnq (mgr.14180) 724 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:49:42.422 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:49:43.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:42.001628+0000 mgr.smithi019.ehhwnq (mgr.14180) 725 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:43.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:42.001628+0000 mgr.smithi019.ehhwnq (mgr.14180) 725 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:43.423 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:49:44.067 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:49:42.425416+0000 mgr.smithi019.ehhwnq (mgr.14180) 726 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:49:44.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:49:42.425416+0000 mgr.smithi019.ehhwnq (mgr.14180) 726 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:49:44.750 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:49:44.750 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:49:45.131 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:49:46.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:49:44.426219+0000 mgr.smithi019.ehhwnq (mgr.14180) 727 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:49:46.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:44.746669+0000 mgr.smithi019.ehhwnq (mgr.14180) 728 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:46.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:49:44.426219+0000 mgr.smithi019.ehhwnq (mgr.14180) 727 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:49:46.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:44.746669+0000 mgr.smithi019.ehhwnq (mgr.14180) 728 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:46.131 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:49:47.532 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:49:47.532 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:49:47.905 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:49:48.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:49:46.426655+0000 mgr.smithi019.ehhwnq (mgr.14180) 729 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:49:48.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:49:46.426655+0000 mgr.smithi019.ehhwnq (mgr.14180) 729 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:49:48.905 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:49:49.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:48 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:47.528687+0000 mgr.smithi019.ehhwnq (mgr.14180) 730 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:49.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:48 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:47.528687+0000 mgr.smithi019.ehhwnq (mgr.14180) 730 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:50.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:49 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:49:48.427411+0000 mgr.smithi019.ehhwnq (mgr.14180) 731 : 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-01-27T23:49:50.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:49 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:49:48.427411+0000 mgr.smithi019.ehhwnq (mgr.14180) 731 : 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-01-27T23:49:50.270 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:49:50.270 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:49:50.648 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:49:51.649 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:49:51.981 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:50.267598+0000 mgr.smithi019.ehhwnq (mgr.14180) 732 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:51.981 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:49:50.428027+0000 mgr.smithi019.ehhwnq (mgr.14180) 733 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:49:52.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:50.267598+0000 mgr.smithi019.ehhwnq (mgr.14180) 732 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:52.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:49:50.428027+0000 mgr.smithi019.ehhwnq (mgr.14180) 733 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:49:53.025 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:49:53.025 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:49:53.397 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:49:54.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:53 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:49:52.428682+0000 mgr.smithi019.ehhwnq (mgr.14180) 734 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:49:54.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:53 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:53.021527+0000 mgr.smithi019.ehhwnq (mgr.14180) 735 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:54.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:53 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:49:52.428682+0000 mgr.smithi019.ehhwnq (mgr.14180) 734 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:49:54.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:53 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:53.021527+0000 mgr.smithi019.ehhwnq (mgr.14180) 735 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:54.399 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:49:55.779 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:49:55.779 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:49:56.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:49:54.429198+0000 mgr.smithi019.ehhwnq (mgr.14180) 736 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:49:56.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:49:54.429198+0000 mgr.smithi019.ehhwnq (mgr.14180) 736 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:49:56.178 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:49:57.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:56 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:55.775342+0000 mgr.smithi019.ehhwnq (mgr.14180) 737 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:57.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:55.775342+0000 mgr.smithi019.ehhwnq (mgr.14180) 737 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:57.179 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:49:58.124 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:49:56.429580+0000 mgr.smithi019.ehhwnq (mgr.14180) 738 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:49:58.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:49:56.429580+0000 mgr.smithi019.ehhwnq (mgr.14180) 738 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:49:58.509 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:49:58.509 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:49:58.880 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:49:59.881 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:50:00.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:49:58.430114+0000 mgr.smithi019.ehhwnq (mgr.14180) 739 : 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-01-27T23:50:00.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:49:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:49:58.505683+0000 mgr.smithi019.ehhwnq (mgr.14180) 740 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:00.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:49:58.430114+0000 mgr.smithi019.ehhwnq (mgr.14180) 739 : 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-01-27T23:50:00.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:49:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:49:58.505683+0000 mgr.smithi019.ehhwnq (mgr.14180) 740 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:01.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:00 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:50:00.000092+0000 mon.smithi019 (mon.0) 690 : cluster [INF] overall HEALTH_OK 2024-01-27T23:50:01.244 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:50:01.244 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:50:01.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:00 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:50:00.000092+0000 mon.smithi019 (mon.0) 690 : cluster [INF] overall HEALTH_OK 2024-01-27T23:50:01.614 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:50:02.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:01 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:50:00.430572+0000 mgr.smithi019.ehhwnq (mgr.14180) 741 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:02.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:01 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:50:00.430572+0000 mgr.smithi019.ehhwnq (mgr.14180) 741 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:02.615 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:50:02.945 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:02 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:50:01.240386+0000 mgr.smithi019.ehhwnq (mgr.14180) 742 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:03.250 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:02 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:50:01.240386+0000 mgr.smithi019.ehhwnq (mgr.14180) 742 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:04.109 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:50:04.110 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:50:04.281 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:50:02.431021+0000 mgr.smithi019.ehhwnq (mgr.14180) 743 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:04.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:03 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:50:02.431021+0000 mgr.smithi019.ehhwnq (mgr.14180) 743 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:04.486 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:50:05.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:04 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:50:04.104799+0000 mgr.smithi019.ehhwnq (mgr.14180) 744 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:05.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:04 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:50:04.104799+0000 mgr.smithi019.ehhwnq (mgr.14180) 744 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:05.487 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:50:06.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:05 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:50:04.431602+0000 mgr.smithi019.ehhwnq (mgr.14180) 745 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:06.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:05 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:50:04.431602+0000 mgr.smithi019.ehhwnq (mgr.14180) 745 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:06.905 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:50:06.906 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:50:07.303 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:50:08.304 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:50:08.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:50:06.431992+0000 mgr.smithi019.ehhwnq (mgr.14180) 746 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:08.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:50:06.902740+0000 mgr.smithi019.ehhwnq (mgr.14180) 747 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:08.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:50:06.431992+0000 mgr.smithi019.ehhwnq (mgr.14180) 746 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:08.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:50:06.902740+0000 mgr.smithi019.ehhwnq (mgr.14180) 747 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:09.665 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:50:09.666 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:50:10.008 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:50:08.432440+0000 mgr.smithi019.ehhwnq (mgr.14180) 748 : 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-01-27T23:50:10.034 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:50:10.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:50:08.432440+0000 mgr.smithi019.ehhwnq (mgr.14180) 748 : 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-01-27T23:50:11.035 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:50:11.067 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:50:09.661831+0000 mgr.smithi019.ehhwnq (mgr.14180) 749 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:11.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:10 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:50:09.661831+0000 mgr.smithi019.ehhwnq (mgr.14180) 749 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:12.056 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:50:10.433042+0000 mgr.smithi019.ehhwnq (mgr.14180) 750 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:12.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:50:10.433042+0000 mgr.smithi019.ehhwnq (mgr.14180) 750 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:12.428 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:50:12.428 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:50:12.819 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:50:13.820 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:50:14.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:13 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:50:12.425034+0000 mgr.smithi019.ehhwnq (mgr.14180) 751 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:14.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:13 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:50:12.433386+0000 mgr.smithi019.ehhwnq (mgr.14180) 752 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:14.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:13 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:50:12.425034+0000 mgr.smithi019.ehhwnq (mgr.14180) 751 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:14.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:13 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:50:12.433386+0000 mgr.smithi019.ehhwnq (mgr.14180) 752 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:15.122 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:50:15.122 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:50:15.493 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:50:16.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:50:14.433833+0000 mgr.smithi019.ehhwnq (mgr.14180) 753 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:16.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:50:15.118528+0000 mgr.smithi019.ehhwnq (mgr.14180) 754 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:16.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:50:14.433833+0000 mgr.smithi019.ehhwnq (mgr.14180) 753 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:16.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:50:15.118528+0000 mgr.smithi019.ehhwnq (mgr.14180) 754 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:16.494 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:50:17.899 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:50:17.900 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:50:18.224 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:17 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:50:16.434294+0000 mgr.smithi019.ehhwnq (mgr.14180) 755 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:18.308 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:50:18.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:17 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:50:16.434294+0000 mgr.smithi019.ehhwnq (mgr.14180) 755 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:19.309 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:50:19.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:18 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:50:17.895943+0000 mgr.smithi019.ehhwnq (mgr.14180) 756 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:19.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:18 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:50:17.895943+0000 mgr.smithi019.ehhwnq (mgr.14180) 756 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:20.238 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:50:18.434736+0000 mgr.smithi019.ehhwnq (mgr.14180) 757 : 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-01-27T23:50:20.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:50:18.434736+0000 mgr.smithi019.ehhwnq (mgr.14180) 757 : 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-01-27T23:50:20.642 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:50:20.642 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:50:21.001 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:50:22.002 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:50:22.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:21 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:50:20.435186+0000 mgr.smithi019.ehhwnq (mgr.14180) 758 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:22.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:21 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:50:20.639064+0000 mgr.smithi019.ehhwnq (mgr.14180) 759 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:22.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:21 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:50:20.435186+0000 mgr.smithi019.ehhwnq (mgr.14180) 758 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:22.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:21 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:50:20.639064+0000 mgr.smithi019.ehhwnq (mgr.14180) 759 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:23.427 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:50:23.428 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:50:23.836 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:50:24.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:50:22.435571+0000 mgr.smithi019.ehhwnq (mgr.14180) 760 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:24.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:50:22.435571+0000 mgr.smithi019.ehhwnq (mgr.14180) 760 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:24.837 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:50:25.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:24 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:50:23.424093+0000 mgr.smithi019.ehhwnq (mgr.14180) 761 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:25.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:24 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:50:23.424093+0000 mgr.smithi019.ehhwnq (mgr.14180) 761 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:26.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:25 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:50:24.436122+0000 mgr.smithi019.ehhwnq (mgr.14180) 762 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:26.161 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:50:26.161 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:50:26.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:25 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:50:24.436122+0000 mgr.smithi019.ehhwnq (mgr.14180) 762 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:26.541 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:50:27.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:26 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:50:26.158306+0000 mgr.smithi019.ehhwnq (mgr.14180) 763 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:27.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:26 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:50:26.158306+0000 mgr.smithi019.ehhwnq (mgr.14180) 763 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:27.542 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:50:28.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:50:26.436635+0000 mgr.smithi019.ehhwnq (mgr.14180) 764 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:28.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:50:26.436635+0000 mgr.smithi019.ehhwnq (mgr.14180) 764 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:28.905 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:50:28.906 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:50:29.266 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:50:30.267 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:50:30.301 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:29 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:50:28.437101+0000 mgr.smithi019.ehhwnq (mgr.14180) 765 : 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-01-27T23:50:30.301 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:29 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:50:28.901612+0000 mgr.smithi019.ehhwnq (mgr.14180) 766 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:30.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:29 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:50:28.437101+0000 mgr.smithi019.ehhwnq (mgr.14180) 765 : 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-01-27T23:50:30.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:29 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:50:28.901612+0000 mgr.smithi019.ehhwnq (mgr.14180) 766 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:31.597 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:50:31.597 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:50:32.009 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:50:32.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:31 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:50:30.437655+0000 mgr.smithi019.ehhwnq (mgr.14180) 767 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:32.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:31 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:50:30.437655+0000 mgr.smithi019.ehhwnq (mgr.14180) 767 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:33.010 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:50:33.251 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:32 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:50:31.593589+0000 mgr.smithi019.ehhwnq (mgr.14180) 768 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:33.341 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:32 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:50:31.593589+0000 mgr.smithi019.ehhwnq (mgr.14180) 768 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:34.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:33 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:50:32.438259+0000 mgr.smithi019.ehhwnq (mgr.14180) 769 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:34.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:33 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:50:32.438259+0000 mgr.smithi019.ehhwnq (mgr.14180) 769 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:34.419 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:50:34.419 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:50:34.833 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:50:35.834 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:50:36.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:35 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:50:34.415998+0000 mgr.smithi019.ehhwnq (mgr.14180) 770 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:36.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:35 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:50:34.438933+0000 mgr.smithi019.ehhwnq (mgr.14180) 771 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:36.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:35 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:50:34.415998+0000 mgr.smithi019.ehhwnq (mgr.14180) 770 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:36.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:35 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:50:34.438933+0000 mgr.smithi019.ehhwnq (mgr.14180) 771 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:37.184 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:50:37.184 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:50:37.541 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:50:38.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:37 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:50:36.439321+0000 mgr.smithi019.ehhwnq (mgr.14180) 772 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:38.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:37 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:50:37.181322+0000 mgr.smithi019.ehhwnq (mgr.14180) 773 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:38.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:37 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:50:36.439321+0000 mgr.smithi019.ehhwnq (mgr.14180) 772 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:38.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:37 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:50:37.181322+0000 mgr.smithi019.ehhwnq (mgr.14180) 773 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:38.543 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:50:39.998 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:50:39.999 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:50:40.234 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:50:38.439821+0000 mgr.smithi019.ehhwnq (mgr.14180) 774 : 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-01-27T23:50:40.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:39 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:50:38.439821+0000 mgr.smithi019.ehhwnq (mgr.14180) 774 : 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-01-27T23:50:40.407 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:50:41.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:40 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:50:39.994643+0000 mgr.smithi019.ehhwnq (mgr.14180) 775 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:41.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:40 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:50:39.994643+0000 mgr.smithi019.ehhwnq (mgr.14180) 775 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:41.408 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:50:42.254 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:41 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:50:40.440424+0000 mgr.smithi019.ehhwnq (mgr.14180) 776 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:42.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:50:40.440424+0000 mgr.smithi019.ehhwnq (mgr.14180) 776 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:42.760 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:50:42.760 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:50:43.139 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:50:44.140 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:50:44.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:50:42.440996+0000 mgr.smithi019.ehhwnq (mgr.14180) 777 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:44.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:50:42.756769+0000 mgr.smithi019.ehhwnq (mgr.14180) 778 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:44.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:50:42.440996+0000 mgr.smithi019.ehhwnq (mgr.14180) 777 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:44.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:50:42.756769+0000 mgr.smithi019.ehhwnq (mgr.14180) 778 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:45.504 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:50:45.505 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:50:45.864 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:50:46.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:50:44.441436+0000 mgr.smithi019.ehhwnq (mgr.14180) 779 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:46.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:50:44.441436+0000 mgr.smithi019.ehhwnq (mgr.14180) 779 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:46.865 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:50:47.198 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:50:45.501078+0000 mgr.smithi019.ehhwnq (mgr.14180) 780 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:47.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:50:45.501078+0000 mgr.smithi019.ehhwnq (mgr.14180) 780 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:48.295 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:50:48.295 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:50:48.323 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:48 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:50:46.442086+0000 mgr.smithi019.ehhwnq (mgr.14180) 781 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:48.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:48 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:50:46.442086+0000 mgr.smithi019.ehhwnq (mgr.14180) 781 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:48.681 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:50:49.682 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:50:50.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:50:48.291714+0000 mgr.smithi019.ehhwnq (mgr.14180) 782 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:50.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:50:48.442543+0000 mgr.smithi019.ehhwnq (mgr.14180) 783 : 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-01-27T23:50:50.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:50:48.291714+0000 mgr.smithi019.ehhwnq (mgr.14180) 782 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:50.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:50:48.442543+0000 mgr.smithi019.ehhwnq (mgr.14180) 783 : 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-01-27T23:50:51.095 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:50:51.096 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:50:51.505 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:50:52.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:50:50.443126+0000 mgr.smithi019.ehhwnq (mgr.14180) 784 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:52.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:50:51.092295+0000 mgr.smithi019.ehhwnq (mgr.14180) 785 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:52.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:50:50.443126+0000 mgr.smithi019.ehhwnq (mgr.14180) 784 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:52.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:50:51.092295+0000 mgr.smithi019.ehhwnq (mgr.14180) 785 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:52.505 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:50:53.822 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:50:53.822 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:50:54.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:54 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:50:52.443776+0000 mgr.smithi019.ehhwnq (mgr.14180) 786 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:54.196 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:50:54.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:54 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:50:52.443776+0000 mgr.smithi019.ehhwnq (mgr.14180) 786 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:55.199 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:50:55.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:50:53.818902+0000 mgr.smithi019.ehhwnq (mgr.14180) 787 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:55.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:50:53.818902+0000 mgr.smithi019.ehhwnq (mgr.14180) 787 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:56.242 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:50:54.444264+0000 mgr.smithi019.ehhwnq (mgr.14180) 788 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:56.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:56 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:50:54.444264+0000 mgr.smithi019.ehhwnq (mgr.14180) 788 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:56.600 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:50:56.600 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:50:57.014 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:50:58.015 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:50:58.347 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:58 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:50:56.444627+0000 mgr.smithi019.ehhwnq (mgr.14180) 789 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:58.347 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:50:58 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:50:56.596588+0000 mgr.smithi019.ehhwnq (mgr.14180) 790 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:58.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:58 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:50:56.444627+0000 mgr.smithi019.ehhwnq (mgr.14180) 789 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:50:58.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:50:58 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:50:56.596588+0000 mgr.smithi019.ehhwnq (mgr.14180) 790 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:59.358 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:50:59.358 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:50:59.730 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:51:00.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:00 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:50:58.445071+0000 mgr.smithi019.ehhwnq (mgr.14180) 791 : 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-01-27T23:51:00.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:00 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:50:58.445071+0000 mgr.smithi019.ehhwnq (mgr.14180) 791 : 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-01-27T23:51:00.731 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:51:01.293 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:01 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:50:59.354552+0000 mgr.smithi019.ehhwnq (mgr.14180) 792 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:01.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:01 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:50:59.354552+0000 mgr.smithi019.ehhwnq (mgr.14180) 792 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:02.209 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:51:02.209 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:51:02.373 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:02 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:51:00.445632+0000 mgr.smithi019.ehhwnq (mgr.14180) 793 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:02.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:02 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:51:00.445632+0000 mgr.smithi019.ehhwnq (mgr.14180) 793 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:02.586 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:51:03.588 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:51:04.232 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:04 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:51:02.206311+0000 mgr.smithi019.ehhwnq (mgr.14180) 794 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:04.232 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:04 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:51:02.446057+0000 mgr.smithi019.ehhwnq (mgr.14180) 795 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:04.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:04 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:51:02.206311+0000 mgr.smithi019.ehhwnq (mgr.14180) 794 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:04.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:04 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:51:02.446057+0000 mgr.smithi019.ehhwnq (mgr.14180) 795 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:04.915 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:51:04.916 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:51:05.287 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:51:06.287 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:51:06.320 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:06 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:51:04.446505+0000 mgr.smithi019.ehhwnq (mgr.14180) 796 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:06.321 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:06 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:51:04.912473+0000 mgr.smithi019.ehhwnq (mgr.14180) 797 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:06.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:06 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:51:04.446505+0000 mgr.smithi019.ehhwnq (mgr.14180) 796 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:06.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:06 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:51:04.912473+0000 mgr.smithi019.ehhwnq (mgr.14180) 797 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:07.735 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:51:07.736 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:51:08.144 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:51:08.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:08 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:51:06.446880+0000 mgr.smithi019.ehhwnq (mgr.14180) 798 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:08.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:08 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:51:06.446880+0000 mgr.smithi019.ehhwnq (mgr.14180) 798 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:09.145 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:51:09.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:51:07.732213+0000 mgr.smithi019.ehhwnq (mgr.14180) 799 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:09.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:51:07.732213+0000 mgr.smithi019.ehhwnq (mgr.14180) 799 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:10.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:10 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:51:08.447568+0000 mgr.smithi019.ehhwnq (mgr.14180) 800 : 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-01-27T23:51:10.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:51:08.447568+0000 mgr.smithi019.ehhwnq (mgr.14180) 800 : 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-01-27T23:51:10.481 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:51:10.481 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:51:10.852 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:51:11.853 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:51:12.238 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:12 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:51:10.448023+0000 mgr.smithi019.ehhwnq (mgr.14180) 801 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:12.239 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:12 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:51:10.478382+0000 mgr.smithi019.ehhwnq (mgr.14180) 802 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:12.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:12 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:51:10.448023+0000 mgr.smithi019.ehhwnq (mgr.14180) 801 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:12.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:12 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:51:10.478382+0000 mgr.smithi019.ehhwnq (mgr.14180) 802 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:13.290 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:51:13.290 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:51:13.685 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:51:14.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:14 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:51:12.448394+0000 mgr.smithi019.ehhwnq (mgr.14180) 803 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:14.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:14 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:51:12.448394+0000 mgr.smithi019.ehhwnq (mgr.14180) 803 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:14.686 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:51:15.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:51:13.285562+0000 mgr.smithi019.ehhwnq (mgr.14180) 804 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:15.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:51:13.285562+0000 mgr.smithi019.ehhwnq (mgr.14180) 804 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:16.101 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:51:16.101 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:51:16.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:16 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:51:14.449177+0000 mgr.smithi019.ehhwnq (mgr.14180) 805 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:16.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:16 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:51:14.449177+0000 mgr.smithi019.ehhwnq (mgr.14180) 805 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:16.486 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:51:17.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:17 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:51:16.097947+0000 mgr.smithi019.ehhwnq (mgr.14180) 806 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:17.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:17 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:51:16.097947+0000 mgr.smithi019.ehhwnq (mgr.14180) 806 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:17.487 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:51:18.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:18 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:51:16.449573+0000 mgr.smithi019.ehhwnq (mgr.14180) 807 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:18.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:18 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:51:16.449573+0000 mgr.smithi019.ehhwnq (mgr.14180) 807 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:18.932 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:51:18.932 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:51:19.309 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:51:20.310 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:51:20.345 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:20 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:51:18.450028+0000 mgr.smithi019.ehhwnq (mgr.14180) 808 : 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-01-27T23:51:20.345 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:20 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:51:18.927411+0000 mgr.smithi019.ehhwnq (mgr.14180) 809 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:20.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:20 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:51:18.450028+0000 mgr.smithi019.ehhwnq (mgr.14180) 808 : 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-01-27T23:51:20.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:20 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:51:18.927411+0000 mgr.smithi019.ehhwnq (mgr.14180) 809 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:21.724 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:51:21.724 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:51:22.134 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:51:22.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:22 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:51:20.450471+0000 mgr.smithi019.ehhwnq (mgr.14180) 810 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:22.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:22 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:51:20.450471+0000 mgr.smithi019.ehhwnq (mgr.14180) 810 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:23.136 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:51:23.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:51:21.720717+0000 mgr.smithi019.ehhwnq (mgr.14180) 811 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:23.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:51:21.720717+0000 mgr.smithi019.ehhwnq (mgr.14180) 811 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:24.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:24 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:51:22.450881+0000 mgr.smithi019.ehhwnq (mgr.14180) 812 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:24.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:24 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:51:22.450881+0000 mgr.smithi019.ehhwnq (mgr.14180) 812 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:24.472 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:51:24.472 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:51:24.851 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:51:25.852 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:51:26.218 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:26 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:51:24.451338+0000 mgr.smithi019.ehhwnq (mgr.14180) 813 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:26.219 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:26 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:51:24.468476+0000 mgr.smithi019.ehhwnq (mgr.14180) 814 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:26.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:26 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:51:24.451338+0000 mgr.smithi019.ehhwnq (mgr.14180) 813 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:26.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:26 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:51:24.468476+0000 mgr.smithi019.ehhwnq (mgr.14180) 814 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:27.214 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:51:27.214 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:51:27.584 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:51:28.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:28 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:51:26.451766+0000 mgr.smithi019.ehhwnq (mgr.14180) 815 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:28.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:28 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:51:26.451766+0000 mgr.smithi019.ehhwnq (mgr.14180) 815 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:28.585 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:51:29.278 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:29 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:51:27.210346+0000 mgr.smithi019.ehhwnq (mgr.14180) 816 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:29.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:29 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:51:27.210346+0000 mgr.smithi019.ehhwnq (mgr.14180) 816 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:29.983 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:51:29.983 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:51:30.348 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:30 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:51:28.452350+0000 mgr.smithi019.ehhwnq (mgr.14180) 817 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:51:30.368 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:51:30.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:30 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:51:28.452350+0000 mgr.smithi019.ehhwnq (mgr.14180) 817 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:51:31.368 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:51:31.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:31 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:51:29.979572+0000 mgr.smithi019.ehhwnq (mgr.14180) 818 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:31.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:31 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:51:29.979572+0000 mgr.smithi019.ehhwnq (mgr.14180) 818 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:32.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:32 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:51:30.452929+0000 mgr.smithi019.ehhwnq (mgr.14180) 819 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:32.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:32 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:51:30.452929+0000 mgr.smithi019.ehhwnq (mgr.14180) 819 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:32.770 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:51:32.770 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:51:33.188 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:51:34.189 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:51:34.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:34 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:51:32.453307+0000 mgr.smithi019.ehhwnq (mgr.14180) 820 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:34.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:34 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:51:32.766238+0000 mgr.smithi019.ehhwnq (mgr.14180) 821 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:34.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:34 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:51:32.453307+0000 mgr.smithi019.ehhwnq (mgr.14180) 820 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:34.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:34 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:51:32.766238+0000 mgr.smithi019.ehhwnq (mgr.14180) 821 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:35.568 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:51:35.568 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:51:35.943 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:51:36.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:36 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:51:34.453759+0000 mgr.smithi019.ehhwnq (mgr.14180) 822 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:36.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:36 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:51:34.453759+0000 mgr.smithi019.ehhwnq (mgr.14180) 822 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:36.944 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:51:37.334 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:37 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:51:35.564821+0000 mgr.smithi019.ehhwnq (mgr.14180) 823 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:37.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:37 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:51:35.564821+0000 mgr.smithi019.ehhwnq (mgr.14180) 823 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:38.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:38 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:51:36.454374+0000 mgr.smithi019.ehhwnq (mgr.14180) 824 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:38.380 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:51:38.381 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:51:38.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:38 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:51:36.454374+0000 mgr.smithi019.ehhwnq (mgr.14180) 824 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:38.781 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:51:39.782 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:51:40.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:40 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:51:38.377649+0000 mgr.smithi019.ehhwnq (mgr.14180) 825 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:40.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:40 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:51:38.454966+0000 mgr.smithi019.ehhwnq (mgr.14180) 826 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:51:40.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:40 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:51:38.377649+0000 mgr.smithi019.ehhwnq (mgr.14180) 825 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:40.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:40 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:51:38.454966+0000 mgr.smithi019.ehhwnq (mgr.14180) 826 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:51:41.116 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:51:41.117 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:51:41.492 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:51:42.496 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:51:42.530 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:51:40.455337+0000 mgr.smithi019.ehhwnq (mgr.14180) 827 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:42.530 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:51:41.113406+0000 mgr.smithi019.ehhwnq (mgr.14180) 828 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:42.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:51:40.455337+0000 mgr.smithi019.ehhwnq (mgr.14180) 827 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:42.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:51:41.113406+0000 mgr.smithi019.ehhwnq (mgr.14180) 828 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:43.937 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:51:43.937 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:51:44.279 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:44 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:51:42.456024+0000 mgr.smithi019.ehhwnq (mgr.14180) 829 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:44.356 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:51:44.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:44 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:51:42.456024+0000 mgr.smithi019.ehhwnq (mgr.14180) 829 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:45.357 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:51:45.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:51:43.933020+0000 mgr.smithi019.ehhwnq (mgr.14180) 830 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:45.627 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:51:43.933020+0000 mgr.smithi019.ehhwnq (mgr.14180) 830 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:46.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:51:44.456700+0000 mgr.smithi019.ehhwnq (mgr.14180) 831 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:46.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:51:44.456700+0000 mgr.smithi019.ehhwnq (mgr.14180) 831 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:46.791 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:51:46.791 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:44:10.824896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vligjb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:51:47.157 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:51:48.159 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:51:48.499 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:48 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:51:46.457272+0000 mgr.smithi019.ehhwnq (mgr.14180) 832 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:48.499 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:48 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:51:46.784821+0000 mgr.smithi019.ehhwnq (mgr.14180) 833 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:48.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:48 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:51:46.457272+0000 mgr.smithi019.ehhwnq (mgr.14180) 832 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:48.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:48 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:51:46.784821+0000 mgr.smithi019.ehhwnq (mgr.14180) 833 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:49.211 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:49 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:51:48.360644+0000 mon.smithi019 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi040.uhswsp"}]: dispatch 2024-01-27T23:51:49.609 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:51:49.609 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:51:49.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:49 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:51:48.360644+0000 mon.smithi019 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi040.uhswsp"}]: dispatch 2024-01-27T23:51:49.972 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:51:50.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:51:48.360180+0000 mgr.smithi019.ehhwnq (mgr.14180) 834 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp 2024-01-27T23:51:50.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp 2024-01-27T23:51:50.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp 2024-01-27T23:51:50.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp 2024-01-27T23:51:50.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Deploy daemon haproxy.nfs.foo.smithi040.uhswsp ... 2024-01-27T23:51:50.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:51:50.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:51:50.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:49:55Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:51:50.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:50:33Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:51:50.378 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:51:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:51:50.378 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:51:50.378 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:51:50.378 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Traceback (most recent call last): 2024-01-27T23:51:50.378 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-27T23:51:50.378 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: yield (conn, connr) 2024-01-27T23:51:50.378 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-27T23:51:50.378 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: code, '\n'.join(err))) 2024-01-27T23:51:50.378 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp 2024-01-27T23:51:50.378 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp 2024-01-27T23:51:50.378 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp 2024-01-27T23:51:50.378 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp 2024-01-27T23:51:50.378 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Deploy daemon haproxy.nfs.foo.smithi040.uhswsp ... 2024-01-27T23:51:50.378 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:51:50.378 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:51:50.378 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:49:55Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:51:50.379 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:50:33Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:51:50.379 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:51:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:51:50.379 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:51:50.379 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:51:50.379 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:51:48.360331+0000 mgr.smithi019.ehhwnq (mgr.14180) 835 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi040.uhswsp 2024-01-27T23:51:50.379 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:51:48.361346+0000 mgr.smithi019.ehhwnq (mgr.14180) 836 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp 2024-01-27T23:51:50.379 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp 2024-01-27T23:51:50.379 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp 2024-01-27T23:51:50.379 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp 2024-01-27T23:51:50.379 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Deploy daemon haproxy.nfs.foo.smithi040.uhswsp ... 2024-01-27T23:51:50.379 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:51:50.379 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:51:50.379 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:49:55Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:51:50.380 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:50:33Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:51:50.380 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:51:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:51:50.380 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:51:50.380 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:51:50.380 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:51:48.363716+0000 mgr.smithi019.ehhwnq (mgr.14180) 837 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.nukqju on smithi019 2024-01-27T23:51:50.380 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:51:48.457710+0000 mgr.smithi019.ehhwnq (mgr.14180) 838 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:51:50.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:51:48.360180+0000 mgr.smithi019.ehhwnq (mgr.14180) 834 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp 2024-01-27T23:51:50.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp 2024-01-27T23:51:50.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp 2024-01-27T23:51:50.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp 2024-01-27T23:51:50.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Deploy daemon haproxy.nfs.foo.smithi040.uhswsp ... 2024-01-27T23:51:50.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:51:50.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:51:50.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:49:55Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:51:50.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:50:33Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:51:50.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:51:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:51:50.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:51:50.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:51:50.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Traceback (most recent call last): 2024-01-27T23:51:50.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-27T23:51:50.628 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: yield (conn, connr) 2024-01-27T23:51:50.628 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-27T23:51:50.628 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: code, '\n'.join(err))) 2024-01-27T23:51:50.628 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp 2024-01-27T23:51:50.628 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp 2024-01-27T23:51:50.628 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp 2024-01-27T23:51:50.628 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp 2024-01-27T23:51:50.628 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Deploy daemon haproxy.nfs.foo.smithi040.uhswsp ... 2024-01-27T23:51:50.628 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:51:50.628 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:51:50.628 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:49:55Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:51:50.628 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:50:33Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:51:50.629 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:51:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:51:50.629 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:51:50.629 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:51:50.629 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:51:48.360331+0000 mgr.smithi019.ehhwnq (mgr.14180) 835 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi040.uhswsp 2024-01-27T23:51:50.629 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:51:48.361346+0000 mgr.smithi019.ehhwnq (mgr.14180) 836 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp 2024-01-27T23:51:50.629 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp 2024-01-27T23:51:50.629 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp 2024-01-27T23:51:50.629 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp 2024-01-27T23:51:50.629 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Deploy daemon haproxy.nfs.foo.smithi040.uhswsp ... 2024-01-27T23:51:50.629 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:51:50.629 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:51:50.629 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:49:55Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:51:50.629 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:50:33Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:51:50.630 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:51:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:51:50.630 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:51:50.630 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:51:50.630 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:51:48.363716+0000 mgr.smithi019.ehhwnq (mgr.14180) 837 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.nukqju on smithi019 2024-01-27T23:51:50.630 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:51:48.457710+0000 mgr.smithi019.ehhwnq (mgr.14180) 838 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:51:50.973 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:51:51.356 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:51:49.606100+0000 mgr.smithi019.ehhwnq (mgr.14180) 839 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:51.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:51:49.606100+0000 mgr.smithi019.ehhwnq (mgr.14180) 839 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:52.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:51:50.458378+0000 mgr.smithi019.ehhwnq (mgr.14180) 840 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:52.431 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:51:52.431 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:51:52.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:51:50.458378+0000 mgr.smithi019.ehhwnq (mgr.14180) 840 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:52.816 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:51:53.817 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:51:54.433 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:54 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:51:52.427118+0000 mgr.smithi019.ehhwnq (mgr.14180) 841 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:54.433 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:54 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:51:52.458832+0000 mgr.smithi019.ehhwnq (mgr.14180) 842 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:54.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:54 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:51:52.427118+0000 mgr.smithi019.ehhwnq (mgr.14180) 841 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:54.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:54 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:51:52.458832+0000 mgr.smithi019.ehhwnq (mgr.14180) 842 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:55.154 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:51:55.154 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:51:55.529 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:51:56.530 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:51:56.564 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:51:54.459238+0000 mgr.smithi019.ehhwnq (mgr.14180) 843 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:56.564 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:51:55.150339+0000 mgr.smithi019.ehhwnq (mgr.14180) 844 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:56.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:56 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:51:54.459238+0000 mgr.smithi019.ehhwnq (mgr.14180) 843 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:56.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:56 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:51:55.150339+0000 mgr.smithi019.ehhwnq (mgr.14180) 844 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:57.903 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:51:57.904 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:51:58.271 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:58 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:51:56.459793+0000 mgr.smithi019.ehhwnq (mgr.14180) 845 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:58.299 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:51:58.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:58 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:51:56.459793+0000 mgr.smithi019.ehhwnq (mgr.14180) 845 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:51:59.300 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:51:59.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:51:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:51:57.899746+0000 mgr.smithi019.ehhwnq (mgr.14180) 846 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:51:59.627 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:51:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:51:57.899746+0000 mgr.smithi019.ehhwnq (mgr.14180) 846 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:00.308 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:00 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:51:58.460472+0000 mgr.smithi019.ehhwnq (mgr.14180) 847 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:52:00.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:00 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:51:58.460472+0000 mgr.smithi019.ehhwnq (mgr.14180) 847 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:52:00.682 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:52:00.682 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:52:01.045 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:52:02.046 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:52:02.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:02 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:52:00.460919+0000 mgr.smithi019.ehhwnq (mgr.14180) 848 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:02.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:02 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:52:00.678791+0000 mgr.smithi019.ehhwnq (mgr.14180) 849 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:02.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:02 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:52:00.460919+0000 mgr.smithi019.ehhwnq (mgr.14180) 848 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:02.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:02 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:52:00.678791+0000 mgr.smithi019.ehhwnq (mgr.14180) 849 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:03.482 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:52:03.482 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:52:03.903 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:52:04.628 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:04 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:52:02.461294+0000 mgr.smithi019.ehhwnq (mgr.14180) 850 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:04.628 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:04 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:52:02.461294+0000 mgr.smithi019.ehhwnq (mgr.14180) 850 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:04.905 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:52:05.556 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:05 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:52:03.478569+0000 mgr.smithi019.ehhwnq (mgr.14180) 851 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:05.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:05 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:52:03.478569+0000 mgr.smithi019.ehhwnq (mgr.14180) 851 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:06.239 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:52:06.239 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:52:06.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:06 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:52:04.462034+0000 mgr.smithi019.ehhwnq (mgr.14180) 852 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:06.620 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:52:06.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:06 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:52:04.462034+0000 mgr.smithi019.ehhwnq (mgr.14180) 852 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:07.621 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:52:08.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:08 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:52:06.235768+0000 mgr.smithi019.ehhwnq (mgr.14180) 853 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:08.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:08 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:52:06.462393+0000 mgr.smithi019.ehhwnq (mgr.14180) 854 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:08.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:08 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:52:06.235768+0000 mgr.smithi019.ehhwnq (mgr.14180) 853 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:08.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:08 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:52:06.462393+0000 mgr.smithi019.ehhwnq (mgr.14180) 854 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:09.059 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:52:09.059 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:52:09.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:52:08.462955+0000 mgr.smithi019.ehhwnq (mgr.14180) 855 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:52:09.376 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:52:09.055553+0000 mgr.smithi019.ehhwnq (mgr.14180) 856 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:09.469 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:52:09.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:52:08.462955+0000 mgr.smithi019.ehhwnq (mgr.14180) 855 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:52:09.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:52:09.055553+0000 mgr.smithi019.ehhwnq (mgr.14180) 856 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:10.470 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:52:11.816 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:52:11.817 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:52:11.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:52:10.463502+0000 mgr.smithi019.ehhwnq (mgr.14180) 857 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:11.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:52:10.463502+0000 mgr.smithi019.ehhwnq (mgr.14180) 857 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:12.203 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:52:12.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:12 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:52:11.812504+0000 mgr.smithi019.ehhwnq (mgr.14180) 858 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:12.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:12 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:52:11.812504+0000 mgr.smithi019.ehhwnq (mgr.14180) 858 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:13.203 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:52:13.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:13 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:52:12.463975+0000 mgr.smithi019.ehhwnq (mgr.14180) 859 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:13.876 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:13 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:52:12.463975+0000 mgr.smithi019.ehhwnq (mgr.14180) 859 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:14.614 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:52:14.614 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:52:15.019 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:52:15.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:52:14.464398+0000 mgr.smithi019.ehhwnq (mgr.14180) 860 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:15.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:52:14.610600+0000 mgr.smithi019.ehhwnq (mgr.14180) 861 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:15.876 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:52:14.464398+0000 mgr.smithi019.ehhwnq (mgr.14180) 860 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:15.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:52:14.610600+0000 mgr.smithi019.ehhwnq (mgr.14180) 861 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:16.019 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:52:17.483 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:52:17.483 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:52:17.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:17 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:52:16.464761+0000 mgr.smithi019.ehhwnq (mgr.14180) 862 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:17.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:17 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:52:16.464761+0000 mgr.smithi019.ehhwnq (mgr.14180) 862 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:17.877 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:52:18.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:18 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:52:17.479274+0000 mgr.smithi019.ehhwnq (mgr.14180) 863 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:18.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:18 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:52:17.479274+0000 mgr.smithi019.ehhwnq (mgr.14180) 863 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:18.878 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:52:19.856 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:52:18.465350+0000 mgr.smithi019.ehhwnq (mgr.14180) 864 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:52:19.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:52:18.465350+0000 mgr.smithi019.ehhwnq (mgr.14180) 864 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:52:20.264 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:52:20.264 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:52:20.634 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:52:21.635 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:52:21.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:21 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:52:20.260662+0000 mgr.smithi019.ehhwnq (mgr.14180) 865 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:21.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:21 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:52:20.465804+0000 mgr.smithi019.ehhwnq (mgr.14180) 866 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:21.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:21 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:52:20.260662+0000 mgr.smithi019.ehhwnq (mgr.14180) 865 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:21.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:21 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:52:20.465804+0000 mgr.smithi019.ehhwnq (mgr.14180) 866 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:23.063 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:52:23.063 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:52:23.492 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:52:23.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:52:22.466257+0000 mgr.smithi019.ehhwnq (mgr.14180) 867 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:23.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:52:23.059397+0000 mgr.smithi019.ehhwnq (mgr.14180) 868 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:23.877 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:52:22.466257+0000 mgr.smithi019.ehhwnq (mgr.14180) 867 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:23.877 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:52:23.059397+0000 mgr.smithi019.ehhwnq (mgr.14180) 868 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:24.493 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:52:25.806 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:52:25.806 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:52:25.827 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:25 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:52:24.466745+0000 mgr.smithi019.ehhwnq (mgr.14180) 869 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:25.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:25 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:52:24.466745+0000 mgr.smithi019.ehhwnq (mgr.14180) 869 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:26.177 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:52:26.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:26 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:52:25.802825+0000 mgr.smithi019.ehhwnq (mgr.14180) 870 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:26.876 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:26 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:52:25.802825+0000 mgr.smithi019.ehhwnq (mgr.14180) 870 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:27.178 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:52:27.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:52:26.467287+0000 mgr.smithi019.ehhwnq (mgr.14180) 871 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:27.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:52:26.467287+0000 mgr.smithi019.ehhwnq (mgr.14180) 871 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:28.616 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:52:28.616 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:52:29.034 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:52:29.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:29 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:52:28.467768+0000 mgr.smithi019.ehhwnq (mgr.14180) 872 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:52:29.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:29 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:52:28.611943+0000 mgr.smithi019.ehhwnq (mgr.14180) 873 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:29.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:29 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:52:28.467768+0000 mgr.smithi019.ehhwnq (mgr.14180) 872 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:52:29.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:29 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:52:28.611943+0000 mgr.smithi019.ehhwnq (mgr.14180) 873 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:30.035 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:52:31.381 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:52:31.382 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:52:31.723 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:31 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:52:30.468247+0000 mgr.smithi019.ehhwnq (mgr.14180) 874 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:31.759 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:52:31.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:31 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:52:30.468247+0000 mgr.smithi019.ehhwnq (mgr.14180) 874 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:32.761 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:52:32.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:32 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:52:31.377986+0000 mgr.smithi019.ehhwnq (mgr.14180) 875 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:32.879 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:32 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:52:31.377986+0000 mgr.smithi019.ehhwnq (mgr.14180) 875 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:33.824 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:33 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:52:32.468743+0000 mgr.smithi019.ehhwnq (mgr.14180) 876 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:33.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:33 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:52:32.468743+0000 mgr.smithi019.ehhwnq (mgr.14180) 876 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:34.200 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:52:34.200 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:52:34.641 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:52:34.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:34 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:52:34.196700+0000 mgr.smithi019.ehhwnq (mgr.14180) 877 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:34.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:34 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:52:34.196700+0000 mgr.smithi019.ehhwnq (mgr.14180) 877 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:35.642 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:52:35.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:35 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:52:34.469230+0000 mgr.smithi019.ehhwnq (mgr.14180) 878 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:35.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:35 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:52:34.469230+0000 mgr.smithi019.ehhwnq (mgr.14180) 878 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:36.989 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:52:36.990 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:52:37.385 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:52:37.626 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:37 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:52:36.469603+0000 mgr.smithi019.ehhwnq (mgr.14180) 879 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:37.626 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:37 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:52:36.985940+0000 mgr.smithi019.ehhwnq (mgr.14180) 880 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:37.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:37 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:52:36.469603+0000 mgr.smithi019.ehhwnq (mgr.14180) 879 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:37.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:37 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:52:36.985940+0000 mgr.smithi019.ehhwnq (mgr.14180) 880 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:38.385 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:52:39.803 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:52:39.803 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:52:39.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:52:38.470135+0000 mgr.smithi019.ehhwnq (mgr.14180) 881 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:52:39.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:39 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:52:38.470135+0000 mgr.smithi019.ehhwnq (mgr.14180) 881 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:52:40.225 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:52:40.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:40 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:52:39.798822+0000 mgr.smithi019.ehhwnq (mgr.14180) 882 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:40.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:40 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:52:39.798822+0000 mgr.smithi019.ehhwnq (mgr.14180) 882 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:41.226 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:52:41.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:52:40.470781+0000 mgr.smithi019.ehhwnq (mgr.14180) 883 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:41.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:41 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:52:40.470781+0000 mgr.smithi019.ehhwnq (mgr.14180) 883 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:42.609 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:52:42.609 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:52:42.993 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:52:43.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:52:42.471173+0000 mgr.smithi019.ehhwnq (mgr.14180) 884 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:43.877 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:52:42.605005+0000 mgr.smithi019.ehhwnq (mgr.14180) 885 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:43.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:52:42.471173+0000 mgr.smithi019.ehhwnq (mgr.14180) 884 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:43.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:52:42.605005+0000 mgr.smithi019.ehhwnq (mgr.14180) 885 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:43.994 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:52:45.337 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:52:45.337 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:52:45.626 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:52:44.471628+0000 mgr.smithi019.ehhwnq (mgr.14180) 886 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:45.741 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:52:45.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:52:44.471628+0000 mgr.smithi019.ehhwnq (mgr.14180) 886 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:46.742 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:52:46.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:52:45.333465+0000 mgr.smithi019.ehhwnq (mgr.14180) 887 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:46.876 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:52:45.333465+0000 mgr.smithi019.ehhwnq (mgr.14180) 887 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:47.818 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:52:46.472236+0000 mgr.smithi019.ehhwnq (mgr.14180) 888 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:47.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:52:46.472236+0000 mgr.smithi019.ehhwnq (mgr.14180) 888 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:48.196 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:52:48.196 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:52:48.573 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:52:48.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:48 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:52:48.192702+0000 mgr.smithi019.ehhwnq (mgr.14180) 889 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:48.876 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:48 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:52:48.192702+0000 mgr.smithi019.ehhwnq (mgr.14180) 889 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:49.574 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:52:49.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:49 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:52:48.472684+0000 mgr.smithi019.ehhwnq (mgr.14180) 890 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:52:49.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:49 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:52:48.472684+0000 mgr.smithi019.ehhwnq (mgr.14180) 890 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:52:51.025 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:52:51.025 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:52:51.406 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:52:51.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:52:50.473346+0000 mgr.smithi019.ehhwnq (mgr.14180) 891 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:51.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:52:51.021558+0000 mgr.smithi019.ehhwnq (mgr.14180) 892 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:51.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:52:50.473346+0000 mgr.smithi019.ehhwnq (mgr.14180) 891 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:51.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:52:51.021558+0000 mgr.smithi019.ehhwnq (mgr.14180) 892 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:52.407 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:52:53.851 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:52:53.851 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:52:53.876 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:53 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:52:52.473752+0000 mgr.smithi019.ehhwnq (mgr.14180) 893 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:53.876 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:53 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:52:52.473752+0000 mgr.smithi019.ehhwnq (mgr.14180) 893 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:54.272 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:52:55.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:54 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:52:53.847590+0000 mgr.smithi019.ehhwnq (mgr.14180) 894 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:55.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:54 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:52:53.847590+0000 mgr.smithi019.ehhwnq (mgr.14180) 894 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:55.273 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:52:55.876 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:52:54.474255+0000 mgr.smithi019.ehhwnq (mgr.14180) 895 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:56.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:52:54.474255+0000 mgr.smithi019.ehhwnq (mgr.14180) 895 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:56.601 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:52:56.602 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:52:56.973 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:52:57.974 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:52:58.010 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:52:56.474620+0000 mgr.smithi019.ehhwnq (mgr.14180) 896 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:58.010 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:52:56.597938+0000 mgr.smithi019.ehhwnq (mgr.14180) 897 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:58.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:52:56.474620+0000 mgr.smithi019.ehhwnq (mgr.14180) 896 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:52:58.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:52:56.597938+0000 mgr.smithi019.ehhwnq (mgr.14180) 897 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:52:59.428 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:52:59.428 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:52:59.720 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:52:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:52:58.475170+0000 mgr.smithi019.ehhwnq (mgr.14180) 898 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:52:59.821 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:53:00.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:52:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:52:58.475170+0000 mgr.smithi019.ehhwnq (mgr.14180) 898 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:53:00.822 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:53:01.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:00 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:52:59.423958+0000 mgr.smithi019.ehhwnq (mgr.14180) 899 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:01.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:00 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:52:59.423958+0000 mgr.smithi019.ehhwnq (mgr.14180) 899 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:01.813 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:01 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:53:00.475690+0000 mgr.smithi019.ehhwnq (mgr.14180) 900 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:02.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:01 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:53:00.475690+0000 mgr.smithi019.ehhwnq (mgr.14180) 900 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:02.200 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:53:02.200 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:53:02.571 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:53:02.876 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:02 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:53:02.196822+0000 mgr.smithi019.ehhwnq (mgr.14180) 901 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:03.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:02 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:53:02.196822+0000 mgr.smithi019.ehhwnq (mgr.14180) 901 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:03.572 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:53:03.876 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:53:02.476262+0000 mgr.smithi019.ehhwnq (mgr.14180) 902 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:04.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:03 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:53:02.476262+0000 mgr.smithi019.ehhwnq (mgr.14180) 902 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:04.910 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:53:04.910 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:53:05.320 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:53:06.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:05 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:53:04.476787+0000 mgr.smithi019.ehhwnq (mgr.14180) 903 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:06.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:05 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:53:04.905832+0000 mgr.smithi019.ehhwnq (mgr.14180) 904 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:06.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:05 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:53:04.476787+0000 mgr.smithi019.ehhwnq (mgr.14180) 903 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:06.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:05 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:53:04.905832+0000 mgr.smithi019.ehhwnq (mgr.14180) 904 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:06.322 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:53:07.675 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:53:07.676 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:53:07.977 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:53:06.477179+0000 mgr.smithi019.ehhwnq (mgr.14180) 905 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:08.055 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:53:08.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:53:06.477179+0000 mgr.smithi019.ehhwnq (mgr.14180) 905 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:09.057 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:53:09.090 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:08 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:53:07.671440+0000 mgr.smithi019.ehhwnq (mgr.14180) 906 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:09.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:08 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:53:07.671440+0000 mgr.smithi019.ehhwnq (mgr.14180) 906 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:09.782 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:53:08.477734+0000 mgr.smithi019.ehhwnq (mgr.14180) 907 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:53:10.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:53:08.477734+0000 mgr.smithi019.ehhwnq (mgr.14180) 907 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:53:10.463 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:53:10.463 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:53:10.887 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:53:11.888 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:53:11.922 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:53:10.459541+0000 mgr.smithi019.ehhwnq (mgr.14180) 908 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:11.922 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:53:10.478439+0000 mgr.smithi019.ehhwnq (mgr.14180) 909 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:12.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:53:10.459541+0000 mgr.smithi019.ehhwnq (mgr.14180) 908 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:12.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:53:10.478439+0000 mgr.smithi019.ehhwnq (mgr.14180) 909 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:13.216 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:53:13.216 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:53:13.578 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:53:13.876 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:13 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:53:12.478947+0000 mgr.smithi019.ehhwnq (mgr.14180) 910 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:13.876 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:13 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:53:13.212030+0000 mgr.smithi019.ehhwnq (mgr.14180) 911 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:14.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:13 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:53:12.478947+0000 mgr.smithi019.ehhwnq (mgr.14180) 910 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:14.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:13 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:53:13.212030+0000 mgr.smithi019.ehhwnq (mgr.14180) 911 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:14.578 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:53:15.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:53:14.479467+0000 mgr.smithi019.ehhwnq (mgr.14180) 912 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:15.933 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:53:15.933 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:53:16.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:53:14.479467+0000 mgr.smithi019.ehhwnq (mgr.14180) 912 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:16.303 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:53:17.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:16 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:53:15.929625+0000 mgr.smithi019.ehhwnq (mgr.14180) 913 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:17.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:16 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:53:15.929625+0000 mgr.smithi019.ehhwnq (mgr.14180) 913 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:17.303 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:53:18.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:17 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:53:16.480117+0000 mgr.smithi019.ehhwnq (mgr.14180) 914 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:18.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:17 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:53:16.480117+0000 mgr.smithi019.ehhwnq (mgr.14180) 914 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:18.866 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:53:18.866 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:53:19.244 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:53:20.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:53:18.480755+0000 mgr.smithi019.ehhwnq (mgr.14180) 915 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:53:20.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:53:18.862761+0000 mgr.smithi019.ehhwnq (mgr.14180) 916 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:20.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:53:18.480755+0000 mgr.smithi019.ehhwnq (mgr.14180) 915 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:53:20.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:53:18.862761+0000 mgr.smithi019.ehhwnq (mgr.14180) 916 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:20.245 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:53:21.600 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:53:21.600 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:53:21.876 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:21 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:53:20.481193+0000 mgr.smithi019.ehhwnq (mgr.14180) 917 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:22.019 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:53:22.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:21 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:53:20.481193+0000 mgr.smithi019.ehhwnq (mgr.14180) 917 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:23.020 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:53:23.054 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:22 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:53:21.596538+0000 mgr.smithi019.ehhwnq (mgr.14180) 918 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:23.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:22 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:53:21.596538+0000 mgr.smithi019.ehhwnq (mgr.14180) 918 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:23.972 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:53:22.481815+0000 mgr.smithi019.ehhwnq (mgr.14180) 919 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:24.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:53:22.481815+0000 mgr.smithi019.ehhwnq (mgr.14180) 919 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:24.378 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:53:24.378 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:53:24.752 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:53:25.752 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:53:26.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:25 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:53:24.374333+0000 mgr.smithi019.ehhwnq (mgr.14180) 920 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:26.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:25 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:53:24.482374+0000 mgr.smithi019.ehhwnq (mgr.14180) 921 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:26.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:25 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:53:24.374333+0000 mgr.smithi019.ehhwnq (mgr.14180) 920 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:26.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:25 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:53:24.482374+0000 mgr.smithi019.ehhwnq (mgr.14180) 921 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:27.203 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:53:27.203 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:53:27.593 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:53:27.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:53:26.482788+0000 mgr.smithi019.ehhwnq (mgr.14180) 922 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:27.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:53:27.199024+0000 mgr.smithi019.ehhwnq (mgr.14180) 923 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:28.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:53:26.482788+0000 mgr.smithi019.ehhwnq (mgr.14180) 922 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:28.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:53:27.199024+0000 mgr.smithi019.ehhwnq (mgr.14180) 923 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:28.594 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:53:29.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:29 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:53:28.483340+0000 mgr.smithi019.ehhwnq (mgr.14180) 924 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:53:29.922 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:53:29.922 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:53:30.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:29 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:53:28.483340+0000 mgr.smithi019.ehhwnq (mgr.14180) 924 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:53:30.292 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:53:31.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:30 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:53:29.918099+0000 mgr.smithi019.ehhwnq (mgr.14180) 925 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:31.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:30 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:53:29.918099+0000 mgr.smithi019.ehhwnq (mgr.14180) 925 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:31.294 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:53:32.046 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:31 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:53:30.484005+0000 mgr.smithi019.ehhwnq (mgr.14180) 926 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:32.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:31 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:53:30.484005+0000 mgr.smithi019.ehhwnq (mgr.14180) 926 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:32.766 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:53:32.767 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:53:33.150 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:53:34.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:33 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:53:32.484376+0000 mgr.smithi019.ehhwnq (mgr.14180) 927 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:34.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:33 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:53:32.762406+0000 mgr.smithi019.ehhwnq (mgr.14180) 928 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:34.129 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:33 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:53:32.484376+0000 mgr.smithi019.ehhwnq (mgr.14180) 927 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:34.129 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:33 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:53:32.762406+0000 mgr.smithi019.ehhwnq (mgr.14180) 928 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:34.152 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:53:35.498 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:53:35.498 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:53:35.798 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:35 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:53:34.484823+0000 mgr.smithi019.ehhwnq (mgr.14180) 929 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:35.875 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:53:36.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:35 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:53:34.484823+0000 mgr.smithi019.ehhwnq (mgr.14180) 929 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:36.876 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:53:37.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:36 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:53:35.493956+0000 mgr.smithi019.ehhwnq (mgr.14180) 930 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:37.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:36 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:53:35.493956+0000 mgr.smithi019.ehhwnq (mgr.14180) 930 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:37.862 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:37 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:53:36.485322+0000 mgr.smithi019.ehhwnq (mgr.14180) 931 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:38.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:37 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:53:36.485322+0000 mgr.smithi019.ehhwnq (mgr.14180) 931 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:38.239 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:53:38.239 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:53:38.606 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:53:39.607 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:53:39.925 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:53:38.235584+0000 mgr.smithi019.ehhwnq (mgr.14180) 932 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:39.925 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:53:38.485748+0000 mgr.smithi019.ehhwnq (mgr.14180) 933 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:53:40.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:39 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:53:38.235584+0000 mgr.smithi019.ehhwnq (mgr.14180) 932 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:40.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:39 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:53:38.485748+0000 mgr.smithi019.ehhwnq (mgr.14180) 933 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:53:40.969 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:53:40.970 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:53:41.350 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:53:42.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:53:40.486200+0000 mgr.smithi019.ehhwnq (mgr.14180) 934 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:42.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:53:40.965613+0000 mgr.smithi019.ehhwnq (mgr.14180) 935 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:42.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:41 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:53:40.486200+0000 mgr.smithi019.ehhwnq (mgr.14180) 934 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:42.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:41 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:53:40.965613+0000 mgr.smithi019.ehhwnq (mgr.14180) 935 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:42.350 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:53:43.778 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:53:43.778 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:53:44.072 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:53:42.486596+0000 mgr.smithi019.ehhwnq (mgr.14180) 936 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:44.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:53:42.486596+0000 mgr.smithi019.ehhwnq (mgr.14180) 936 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:44.174 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:53:45.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:44 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:53:43.773512+0000 mgr.smithi019.ehhwnq (mgr.14180) 937 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:45.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:44 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:53:43.773512+0000 mgr.smithi019.ehhwnq (mgr.14180) 937 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:45.175 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:53:45.820 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:53:44.487215+0000 mgr.smithi019.ehhwnq (mgr.14180) 938 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:46.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:53:44.487215+0000 mgr.smithi019.ehhwnq (mgr.14180) 938 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:46.527 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:53:46.527 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:53:46.898 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:53:47.900 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:53:48.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:53:46.487599+0000 mgr.smithi019.ehhwnq (mgr.14180) 939 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:48.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:53:46.522443+0000 mgr.smithi019.ehhwnq (mgr.14180) 940 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:48.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:53:46.487599+0000 mgr.smithi019.ehhwnq (mgr.14180) 939 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:48.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:53:46.522443+0000 mgr.smithi019.ehhwnq (mgr.14180) 940 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:49.333 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:53:49.334 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:53:49.707 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:53:49.876 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:49 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:53:48.488077+0000 mgr.smithi019.ehhwnq (mgr.14180) 941 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:53:50.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:49 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:53:48.488077+0000 mgr.smithi019.ehhwnq (mgr.14180) 941 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:53:50.708 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:53:51.049 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:53:49.329513+0000 mgr.smithi019.ehhwnq (mgr.14180) 942 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:51.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:53:49.329513+0000 mgr.smithi019.ehhwnq (mgr.14180) 942 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:52.114 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:53:52.114 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:53:52.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:53:50.488671+0000 mgr.smithi019.ehhwnq (mgr.14180) 943 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:52.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:53:50.488671+0000 mgr.smithi019.ehhwnq (mgr.14180) 943 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:52.482 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:53:53.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:53:52.109761+0000 mgr.smithi019.ehhwnq (mgr.14180) 944 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:53.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:53:52.109761+0000 mgr.smithi019.ehhwnq (mgr.14180) 944 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:53.483 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:53:54.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:53 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:53:52.489082+0000 mgr.smithi019.ehhwnq (mgr.14180) 945 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:54.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:53 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:53:52.489082+0000 mgr.smithi019.ehhwnq (mgr.14180) 945 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:54.835 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:53:54.835 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:53:55.239 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:53:56.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:53:54.489549+0000 mgr.smithi019.ehhwnq (mgr.14180) 946 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:56.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:53:54.831041+0000 mgr.smithi019.ehhwnq (mgr.14180) 947 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:56.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:53:54.489549+0000 mgr.smithi019.ehhwnq (mgr.14180) 946 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:56.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:53:54.831041+0000 mgr.smithi019.ehhwnq (mgr.14180) 947 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:56.240 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:53:57.609 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:53:57.609 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:53:57.937 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:53:56.489945+0000 mgr.smithi019.ehhwnq (mgr.14180) 948 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:57.981 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:53:58.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:53:56.489945+0000 mgr.smithi019.ehhwnq (mgr.14180) 948 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:53:58.982 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:53:59.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:58 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:53:57.604502+0000 mgr.smithi019.ehhwnq (mgr.14180) 949 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:53:59.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:58 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:53:57.604502+0000 mgr.smithi019.ehhwnq (mgr.14180) 949 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:00.010 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:53:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:53:58.490411+0000 mgr.smithi019.ehhwnq (mgr.14180) 950 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:54:00.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:53:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:53:58.490411+0000 mgr.smithi019.ehhwnq (mgr.14180) 950 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:54:00.359 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:54:00.359 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:54:00.766 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:54:01.767 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:54:02.114 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:01 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:54:00.355231+0000 mgr.smithi019.ehhwnq (mgr.14180) 951 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:02.114 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:01 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:54:00.490949+0000 mgr.smithi019.ehhwnq (mgr.14180) 952 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:02.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:01 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:54:00.355231+0000 mgr.smithi019.ehhwnq (mgr.14180) 951 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:02.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:01 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:54:00.490949+0000 mgr.smithi019.ehhwnq (mgr.14180) 952 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:03.100 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:54:03.100 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:54:03.464 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:54:04.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:03 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:54:02.491500+0000 mgr.smithi019.ehhwnq (mgr.14180) 953 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:04.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:03 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:54:03.095853+0000 mgr.smithi019.ehhwnq (mgr.14180) 954 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:04.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:54:02.491500+0000 mgr.smithi019.ehhwnq (mgr.14180) 953 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:04.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:54:03.095853+0000 mgr.smithi019.ehhwnq (mgr.14180) 954 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:04.466 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:54:05.883 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:54:05.883 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:54:06.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:05 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:54:04.492042+0000 mgr.smithi019.ehhwnq (mgr.14180) 955 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:06.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:05 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:54:04.492042+0000 mgr.smithi019.ehhwnq (mgr.14180) 955 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:06.296 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:54:07.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:06 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:54:05.879107+0000 mgr.smithi019.ehhwnq (mgr.14180) 956 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:07.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:06 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:54:05.879107+0000 mgr.smithi019.ehhwnq (mgr.14180) 956 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:07.300 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:54:07.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:54:06.492565+0000 mgr.smithi019.ehhwnq (mgr.14180) 957 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:08.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:54:06.492565+0000 mgr.smithi019.ehhwnq (mgr.14180) 957 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:08.699 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:54:08.699 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:54:09.054 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:54:10.055 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:54:10.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:54:08.493019+0000 mgr.smithi019.ehhwnq (mgr.14180) 958 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:54:10.090 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:54:08.694582+0000 mgr.smithi019.ehhwnq (mgr.14180) 959 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:10.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:54:08.493019+0000 mgr.smithi019.ehhwnq (mgr.14180) 958 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:54:10.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:54:08.694582+0000 mgr.smithi019.ehhwnq (mgr.14180) 959 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:11.449 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:54:11.449 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:54:11.863 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:54:12.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:54:10.493512+0000 mgr.smithi019.ehhwnq (mgr.14180) 960 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:12.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:54:10.493512+0000 mgr.smithi019.ehhwnq (mgr.14180) 960 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:12.863 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:54:13.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:12 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:54:11.445299+0000 mgr.smithi019.ehhwnq (mgr.14180) 961 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:13.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:12 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:54:11.445299+0000 mgr.smithi019.ehhwnq (mgr.14180) 961 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:14.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:13 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:54:12.494257+0000 mgr.smithi019.ehhwnq (mgr.14180) 962 : 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-01-27T23:54:14.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:13 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:54:12.494257+0000 mgr.smithi019.ehhwnq (mgr.14180) 962 : 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-01-27T23:54:14.228 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:54:14.229 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:54:14.605 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:54:15.606 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:54:15.980 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:54:14.224955+0000 mgr.smithi019.ehhwnq (mgr.14180) 963 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:15.980 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:54:14.494894+0000 mgr.smithi019.ehhwnq (mgr.14180) 964 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:16.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:54:14.224955+0000 mgr.smithi019.ehhwnq (mgr.14180) 963 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:16.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:54:14.494894+0000 mgr.smithi019.ehhwnq (mgr.14180) 964 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:17.057 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:54:17.058 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:46:44.566675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uyucog on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uyucog\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uyucog\nDeploy daemon haproxy.nfs.foo.smithi040.uyucog ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44: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-01-27T23:45: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-01-27T23:46: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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:14.156257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.lryxnu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-lryxnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.lryxnu\nDeploy daemon haproxy.nfs.foo.smithi019.lryxnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47: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-01-27T23:47:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48: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-01-27T23:49:14.157592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.imroqw on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:54:17.463 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:54:18.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:17 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:54:16.495253+0000 mgr.smithi019.ehhwnq (mgr.14180) 965 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:18.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:17 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:54:17.053893+0000 mgr.smithi019.ehhwnq (mgr.14180) 966 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:18.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:17 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:54:16.495253+0000 mgr.smithi019.ehhwnq (mgr.14180) 965 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:18.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:17 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:54:17.053893+0000 mgr.smithi019.ehhwnq (mgr.14180) 966 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:18.464 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:54:19.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:18 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:54:18.468983+0000 mon.smithi019 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.nukqju"}]: dispatch 2024-01-27T23:54:19.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:18 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:54:18.468983+0000 mon.smithi019 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.nukqju"}]: dispatch 2024-01-27T23:54:19.889 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:54:19.889 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:54:20.115 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:54:18.468369+0000 mgr.smithi019.ehhwnq (mgr.14180) 967 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju 2024-01-27T23:54:20.116 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju 2024-01-27T23:54:20.116 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju 2024-01-27T23:54:20.116 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju 2024-01-27T23:54:20.116 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Deploy daemon haproxy.nfs.foo.smithi019.nukqju ... 2024-01-27T23:54:20.116 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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-01-27T23:54:20.116 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:54:20.116 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:52:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:54:20.116 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:53:03Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:54:20.116 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:53:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:54:20.116 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:54:20.116 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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-01-27T23:54:20.117 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Traceback (most recent call last): 2024-01-27T23:54:20.117 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-27T23:54:20.117 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: yield (conn, connr) 2024-01-27T23:54:20.117 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-27T23:54:20.117 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: code, '\n'.join(err))) 2024-01-27T23:54:20.117 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju 2024-01-27T23:54:20.117 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju 2024-01-27T23:54:20.117 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju 2024-01-27T23:54:20.117 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju 2024-01-27T23:54:20.117 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Deploy daemon haproxy.nfs.foo.smithi019.nukqju ... 2024-01-27T23:54:20.117 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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-01-27T23:54:20.117 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:54:20.117 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:52:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:54:20.117 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:53:03Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:54:20.118 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:53:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:54:20.118 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:54:20.118 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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-01-27T23:54:20.118 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:54:18.468597+0000 mgr.smithi019.ehhwnq (mgr.14180) 968 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.nukqju 2024-01-27T23:54:20.118 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:54:18.469825+0000 mgr.smithi019.ehhwnq (mgr.14180) 969 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju 2024-01-27T23:54:20.118 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju 2024-01-27T23:54:20.118 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju 2024-01-27T23:54:20.118 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju 2024-01-27T23:54:20.118 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Deploy daemon haproxy.nfs.foo.smithi019.nukqju ... 2024-01-27T23:54:20.118 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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-01-27T23:54:20.118 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:54:20.118 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:52:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:54:20.118 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:53:03Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:54:20.118 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:53:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:54:20.119 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:54:20.119 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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-01-27T23:54:20.119 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:54:18.471434+0000 mgr.smithi019.ehhwnq (mgr.14180) 970 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-27T23:54:20.119 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:54:18.472816+0000 mgr.smithi019.ehhwnq (mgr.14180) 971 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.txjwpv on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-27T23:54:20.119 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:54:18.473841+0000 mgr.smithi019.ehhwnq (mgr.14180) 972 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:54:20.119 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:54:18.825006+0000 mon.smithi019 (mon.0) 693 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-27T23:54:20.119 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:54:19.110853+0000 mon.smithi019 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:54:20.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:54:18.468369+0000 mgr.smithi019.ehhwnq (mgr.14180) 967 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju 2024-01-27T23:54:20.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju 2024-01-27T23:54:20.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju 2024-01-27T23:54:20.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju 2024-01-27T23:54:20.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Deploy daemon haproxy.nfs.foo.smithi019.nukqju ... 2024-01-27T23:54:20.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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-01-27T23:54:20.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:54:20.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:52:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:54:20.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:53:03Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:54:20.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:53:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:54:20.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:54:20.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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-01-27T23:54:20.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Traceback (most recent call last): 2024-01-27T23:54:20.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-27T23:54:20.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: yield (conn, connr) 2024-01-27T23:54:20.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-27T23:54:20.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: code, '\n'.join(err))) 2024-01-27T23:54:20.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju 2024-01-27T23:54:20.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju 2024-01-27T23:54:20.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju 2024-01-27T23:54:20.129 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju 2024-01-27T23:54:20.129 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Deploy daemon haproxy.nfs.foo.smithi019.nukqju ... 2024-01-27T23:54:20.129 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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-01-27T23:54:20.129 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:54:20.129 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:52:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:54:20.129 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:53:03Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:54:20.129 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:53:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:54:20.129 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:54:20.129 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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-01-27T23:54:20.129 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:54:18.468597+0000 mgr.smithi019.ehhwnq (mgr.14180) 968 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.nukqju 2024-01-27T23:54:20.129 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:54:18.469825+0000 mgr.smithi019.ehhwnq (mgr.14180) 969 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju 2024-01-27T23:54:20.129 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju 2024-01-27T23:54:20.129 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju 2024-01-27T23:54:20.129 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju 2024-01-27T23:54:20.130 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Deploy daemon haproxy.nfs.foo.smithi019.nukqju ... 2024-01-27T23:54:20.130 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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-01-27T23:54:20.130 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:54:20.130 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:52:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:54:20.130 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:53:03Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:54:20.130 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:53:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:54:20.130 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:54:20.130 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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-01-27T23:54:20.130 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:54:18.471434+0000 mgr.smithi019.ehhwnq (mgr.14180) 970 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-27T23:54:20.130 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:54:18.472816+0000 mgr.smithi019.ehhwnq (mgr.14180) 971 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.txjwpv on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-27T23:54:20.130 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:54:18.473841+0000 mgr.smithi019.ehhwnq (mgr.14180) 972 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:54:20.130 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:54:18.825006+0000 mon.smithi019 (mon.0) 693 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-27T23:54:20.130 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:54:19.110853+0000 mon.smithi019 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:54:20.308 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:54:21.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:20 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:54:19.885219+0000 mgr.smithi019.ehhwnq (mgr.14180) 973 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:21.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:20 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:54:19.885219+0000 mgr.smithi019.ehhwnq (mgr.14180) 973 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:21.309 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:54:21.980 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:21 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:54:20.474396+0000 mgr.smithi019.ehhwnq (mgr.14180) 974 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:22.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:21 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:54:20.474396+0000 mgr.smithi019.ehhwnq (mgr.14180) 974 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:22.673 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:54:22.673 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:54:23.053 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:54:24.053 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:54:24.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:54:22.474920+0000 mgr.smithi019.ehhwnq (mgr.14180) 975 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:24.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:54:22.668577+0000 mgr.smithi019.ehhwnq (mgr.14180) 976 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:24.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:54:22.474920+0000 mgr.smithi019.ehhwnq (mgr.14180) 975 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:24.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:54:22.668577+0000 mgr.smithi019.ehhwnq (mgr.14180) 976 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:25.472 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:54:25.473 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:54:25.886 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:54:26.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:25 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:54:24.475492+0000 mgr.smithi019.ehhwnq (mgr.14180) 977 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:26.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:25 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:54:24.475492+0000 mgr.smithi019.ehhwnq (mgr.14180) 977 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:26.888 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:54:27.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:26 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:54:25.468756+0000 mgr.smithi019.ehhwnq (mgr.14180) 978 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:27.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:26 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:54:25.468756+0000 mgr.smithi019.ehhwnq (mgr.14180) 978 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:28.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:54:26.476110+0000 mgr.smithi019.ehhwnq (mgr.14180) 979 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:28.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:54:26.476110+0000 mgr.smithi019.ehhwnq (mgr.14180) 979 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:28.291 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:54:28.291 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:54:28.660 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:54:29.662 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:54:29.995 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:29 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:54:28.287155+0000 mgr.smithi019.ehhwnq (mgr.14180) 980 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:29.995 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:29 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:54:28.476986+0000 mgr.smithi019.ehhwnq (mgr.14180) 981 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:54:30.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:29 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:54:28.287155+0000 mgr.smithi019.ehhwnq (mgr.14180) 980 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:30.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:29 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:54:28.476986+0000 mgr.smithi019.ehhwnq (mgr.14180) 981 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:54:30.990 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:54:30.991 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:54:31.417 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:54:32.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:31 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:54:30.477557+0000 mgr.smithi019.ehhwnq (mgr.14180) 982 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:32.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:31 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:54:30.986465+0000 mgr.smithi019.ehhwnq (mgr.14180) 983 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:32.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:31 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:54:30.477557+0000 mgr.smithi019.ehhwnq (mgr.14180) 982 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:32.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:31 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:54:30.986465+0000 mgr.smithi019.ehhwnq (mgr.14180) 983 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:32.418 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:54:33.759 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:54:33.760 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:54:34.110 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:33 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:54:32.478343+0000 mgr.smithi019.ehhwnq (mgr.14180) 984 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:34.110 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:33 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:54:33.814072+0000 mon.smithi019 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:54:34.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:33 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:54:32.478343+0000 mgr.smithi019.ehhwnq (mgr.14180) 984 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:34.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:33 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:54:33.814072+0000 mon.smithi019 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:54:34.136 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:54:35.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:34 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:54:33.755634+0000 mgr.smithi019.ehhwnq (mgr.14180) 985 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:35.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:34 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:54:33.755634+0000 mgr.smithi019.ehhwnq (mgr.14180) 985 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:35.138 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:54:36.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:35 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:54:34.479147+0000 mgr.smithi019.ehhwnq (mgr.14180) 986 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:36.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:35 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:54:34.479147+0000 mgr.smithi019.ehhwnq (mgr.14180) 986 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:36.577 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:54:36.577 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:54:36.976 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:54:37.978 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:54:38.318 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:37 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:54:36.479862+0000 mgr.smithi019.ehhwnq (mgr.14180) 987 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:38.318 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:37 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:54:36.573455+0000 mgr.smithi019.ehhwnq (mgr.14180) 988 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:38.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:37 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:54:36.479862+0000 mgr.smithi019.ehhwnq (mgr.14180) 987 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:38.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:37 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:54:36.573455+0000 mgr.smithi019.ehhwnq (mgr.14180) 988 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:39.379 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:54:39.379 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:54:39.759 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:54:40.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:54:38.480452+0000 mgr.smithi019.ehhwnq (mgr.14180) 989 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:54:40.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:39 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:54:38.480452+0000 mgr.smithi019.ehhwnq (mgr.14180) 989 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:54:40.760 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:54:41.092 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:40 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:54:39.374663+0000 mgr.smithi019.ehhwnq (mgr.14180) 990 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:41.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:40 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:54:39.374663+0000 mgr.smithi019.ehhwnq (mgr.14180) 990 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:42.121 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:54:42.121 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:54:42.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:41 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:54:40.481223+0000 mgr.smithi019.ehhwnq (mgr.14180) 991 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:42.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:54:40.481223+0000 mgr.smithi019.ehhwnq (mgr.14180) 991 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:42.542 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:54:43.252 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:54:42.117180+0000 mgr.smithi019.ehhwnq (mgr.14180) 992 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:43.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:54:42.117180+0000 mgr.smithi019.ehhwnq (mgr.14180) 992 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:43.544 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:54:44.203 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:54:42.482045+0000 mgr.smithi019.ehhwnq (mgr.14180) 993 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:44.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:54:42.482045+0000 mgr.smithi019.ehhwnq (mgr.14180) 993 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:44.902 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:54:44.902 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:54:45.275 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:54:46.276 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:54:46.311 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:54:44.482618+0000 mgr.smithi019.ehhwnq (mgr.14180) 994 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:46.311 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:54:44.897541+0000 mgr.smithi019.ehhwnq (mgr.14180) 995 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:46.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:54:44.482618+0000 mgr.smithi019.ehhwnq (mgr.14180) 994 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:46.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:54:44.897541+0000 mgr.smithi019.ehhwnq (mgr.14180) 995 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:47.684 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:54:47.684 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:54:48.014 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:54:46.483162+0000 mgr.smithi019.ehhwnq (mgr.14180) 996 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:48.110 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:54:48.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:54:46.483162+0000 mgr.smithi019.ehhwnq (mgr.14180) 996 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:49.111 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:54:49.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:48 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:54:47.680212+0000 mgr.smithi019.ehhwnq (mgr.14180) 997 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:49.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:48 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:54:47.680212+0000 mgr.smithi019.ehhwnq (mgr.14180) 997 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:50.044 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:49 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:54:48.484095+0000 mgr.smithi019.ehhwnq (mgr.14180) 998 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:54:50.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:49 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:54:48.484095+0000 mgr.smithi019.ehhwnq (mgr.14180) 998 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:54:50.469 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:54:50.469 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:54:50.848 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:54:51.849 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:54:52.224 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:54:50.465095+0000 mgr.smithi019.ehhwnq (mgr.14180) 999 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:52.224 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:54:50.484742+0000 mgr.smithi019.ehhwnq (mgr.14180) 1000 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:52.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:54:50.465095+0000 mgr.smithi019.ehhwnq (mgr.14180) 999 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:52.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:54:50.484742+0000 mgr.smithi019.ehhwnq (mgr.14180) 1000 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:53.281 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:54:53.281 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:54:53.690 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:54:54.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:53 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:54:52.485335+0000 mgr.smithi019.ehhwnq (mgr.14180) 1001 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:54.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:53 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:54:52.485335+0000 mgr.smithi019.ehhwnq (mgr.14180) 1001 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:54.691 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:54:55.016 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:54 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:54:53.277132+0000 mgr.smithi019.ehhwnq (mgr.14180) 1002 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:55.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:54 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:54:53.277132+0000 mgr.smithi019.ehhwnq (mgr.14180) 1002 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:56.126 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:54:54.486001+0000 mgr.smithi019.ehhwnq (mgr.14180) 1003 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:56.150 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:54:56.150 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:54:56.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:54:54.486001+0000 mgr.smithi019.ehhwnq (mgr.14180) 1003 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:56.566 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:54:57.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:56 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:54:56.146805+0000 mgr.smithi019.ehhwnq (mgr.14180) 1004 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:57.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:54:56.146805+0000 mgr.smithi019.ehhwnq (mgr.14180) 1004 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:54:57.568 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:54:58.243 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:54:56.486508+0000 mgr.smithi019.ehhwnq (mgr.14180) 1005 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:58.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:54:56.486508+0000 mgr.smithi019.ehhwnq (mgr.14180) 1005 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:54:58.943 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:54:58.944 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:54:59.331 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:55:00.332 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:55:00.367 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:54:58.487157+0000 mgr.smithi019.ehhwnq (mgr.14180) 1006 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:55:00.367 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:54:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:54:58.939455+0000 mgr.smithi019.ehhwnq (mgr.14180) 1007 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:00.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:54:58.487157+0000 mgr.smithi019.ehhwnq (mgr.14180) 1006 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:55:00.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:54:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:54:58.939455+0000 mgr.smithi019.ehhwnq (mgr.14180) 1007 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:01.768 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:55:01.769 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:55:02.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:01 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:55:00.487982+0000 mgr.smithi019.ehhwnq (mgr.14180) 1008 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:55:02.200 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:55:02.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:01 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:55:00.487982+0000 mgr.smithi019.ehhwnq (mgr.14180) 1008 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:55:03.201 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:55:03.235 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:02 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:55:01.763737+0000 mgr.smithi019.ehhwnq (mgr.14180) 1009 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:03.251 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:02 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:55:01.763737+0000 mgr.smithi019.ehhwnq (mgr.14180) 1009 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:04.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:55:02.488725+0000 mgr.smithi019.ehhwnq (mgr.14180) 1010 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:55:04.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:03 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:55:02.488725+0000 mgr.smithi019.ehhwnq (mgr.14180) 1010 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:55:04.520 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:55:04.521 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:55:04.888 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:55:05.889 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:55:06.214 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:05 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:55:04.489364+0000 mgr.smithi019.ehhwnq (mgr.14180) 1011 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:55:06.214 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:05 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:55:04.516621+0000 mgr.smithi019.ehhwnq (mgr.14180) 1012 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:06.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:05 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:55:04.489364+0000 mgr.smithi019.ehhwnq (mgr.14180) 1011 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:55:06.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:05 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:55:04.516621+0000 mgr.smithi019.ehhwnq (mgr.14180) 1012 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:07.259 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:55:07.259 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:55:07.631 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:55:08.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:55:06.489951+0000 mgr.smithi019.ehhwnq (mgr.14180) 1013 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:55:08.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:55:06.489951+0000 mgr.smithi019.ehhwnq (mgr.14180) 1013 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:55:08.632 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:55:09.325 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:08 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:55:07.254767+0000 mgr.smithi019.ehhwnq (mgr.14180) 1014 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:09.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:08 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:55:07.254767+0000 mgr.smithi019.ehhwnq (mgr.14180) 1014 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:09.981 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:55:09.981 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:55:10.303 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:55:08.490684+0000 mgr.smithi019.ehhwnq (mgr.14180) 1015 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:55:10.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:55:08.490684+0000 mgr.smithi019.ehhwnq (mgr.14180) 1015 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:55:10.388 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:55:11.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:55:09.977519+0000 mgr.smithi019.ehhwnq (mgr.14180) 1016 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:11.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:10 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:55:09.977519+0000 mgr.smithi019.ehhwnq (mgr.14180) 1016 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:11.389 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:55:12.057 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:55:10.491364+0000 mgr.smithi019.ehhwnq (mgr.14180) 1017 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:55:12.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:55:10.491364+0000 mgr.smithi019.ehhwnq (mgr.14180) 1017 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:55:12.728 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:55:12.728 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:55:13.096 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:55:14.097 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:55:14.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:13 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:55:12.491930+0000 mgr.smithi019.ehhwnq (mgr.14180) 1018 : 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-01-27T23:55:14.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:13 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:55:12.723721+0000 mgr.smithi019.ehhwnq (mgr.14180) 1019 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:14.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:13 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:55:12.491930+0000 mgr.smithi019.ehhwnq (mgr.14180) 1018 : 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-01-27T23:55:14.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:13 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:55:12.723721+0000 mgr.smithi019.ehhwnq (mgr.14180) 1019 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:15.493 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:55:15.493 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:55:15.929 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:55:16.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:55:14.492545+0000 mgr.smithi019.ehhwnq (mgr.14180) 1020 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:55:16.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:55:14.492545+0000 mgr.smithi019.ehhwnq (mgr.14180) 1020 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:55:16.930 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:55:17.263 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:16 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:55:15.488519+0000 mgr.smithi019.ehhwnq (mgr.14180) 1021 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:17.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:16 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:55:15.488519+0000 mgr.smithi019.ehhwnq (mgr.14180) 1021 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:18.273 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:55:18.273 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:15.847155Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:15.847747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:15.847295Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:15.847368Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:15.847433Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:15.847497Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:55:18.294 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:17 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:55:16.493230+0000 mgr.smithi019.ehhwnq (mgr.14180) 1022 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:55:18.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:17 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:55:16.493230+0000 mgr.smithi019.ehhwnq (mgr.14180) 1022 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:55:18.647 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:55:19.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:18 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:55:18.475894+0000 mon.smithi019 (mon.0) 696 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:55:19.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:18 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:55:18.475894+0000 mon.smithi019 (mon.0) 696 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:55:19.647 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:55:20.316 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:55:18.269350+0000 mgr.smithi019.ehhwnq (mgr.14180) 1023 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:20.316 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:55:18.493837+0000 mgr.smithi019.ehhwnq (mgr.14180) 1024 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:55:20.316 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:55:19.811533+0000 mon.smithi019 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:55:20.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:20 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:55:18.269350+0000 mgr.smithi019.ehhwnq (mgr.14180) 1023 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:20.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:20 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:55:18.493837+0000 mgr.smithi019.ehhwnq (mgr.14180) 1024 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:55:20.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:20 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:55:19.811533+0000 mon.smithi019 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:55:21.405 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:55:21.405 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:49:18.102492Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:49:18.102557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:49:18.102621Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:49:18.103072Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:49:18.102420Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:49:18.102279Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:49:18.103135Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:49:18.102685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:49:18.102810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:49:18.102748Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:55:21.754 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:55:22.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:22 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:55:20.494405+0000 mgr.smithi019.ehhwnq (mgr.14180) 1025 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:55:22.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:22 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:55:20.494405+0000 mgr.smithi019.ehhwnq (mgr.14180) 1025 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:55:22.756 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:55:23.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:55:21.400560+0000 mgr.smithi019.ehhwnq (mgr.14180) 1026 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:23.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:55:22.080718+0000 mon.smithi019 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:55:23.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:55:22.382332+0000 mon.smithi019 (mon.0) 699 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:55:23.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:55:22.383005+0000 mon.smithi019 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T23:55:23.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:55:22.387183+0000 mon.smithi019 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:55:23.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:55:22.390652+0000 mon.smithi019 (mon.0) 702 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T23:55:23.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:55:22.396998+0000 mon.smithi019 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:55:23.378 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:55:21.400560+0000 mgr.smithi019.ehhwnq (mgr.14180) 1026 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:23.378 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:55:22.080718+0000 mon.smithi019 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:55:23.378 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:55:22.382332+0000 mon.smithi019 (mon.0) 699 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:55:23.378 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:55:22.383005+0000 mon.smithi019 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T23:55:23.378 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:55:22.387183+0000 mon.smithi019 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:55:23.378 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:55:22.390652+0000 mon.smithi019 (mon.0) 702 : audit [DBG] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T23:55:23.378 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:55:22.396998+0000 mon.smithi019 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:55:24.095 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:55:24.095 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:55:24.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:24 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:55:22.387612+0000 mgr.smithi019.ehhwnq (mgr.14180) 1027 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-27T23:55:24.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:24 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:55:22.398848+0000 mgr.smithi019.ehhwnq (mgr.14180) 1028 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi040.zpqecx on smithi040 2024-01-27T23:55:24.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:24 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:55:23.385540+0000 mon.smithi019 (mon.0) 704 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-27T23:55:24.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:24 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:55:23.385575+0000 mon.smithi019 (mon.0) 705 : cluster [INF] Cluster is now healthy 2024-01-27T23:55:24.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:24 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:55:22.387612+0000 mgr.smithi019.ehhwnq (mgr.14180) 1027 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-27T23:55:24.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:24 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:55:22.398848+0000 mgr.smithi019.ehhwnq (mgr.14180) 1028 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi040.zpqecx on smithi040 2024-01-27T23:55:24.378 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:24 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:55:23.385540+0000 mon.smithi019 (mon.0) 704 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-27T23:55:24.378 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:24 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:55:23.385575+0000 mon.smithi019 (mon.0) 705 : cluster [INF] Cluster is now healthy 2024-01-27T23:55:24.470 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:55:25.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:25 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:55:24.090757+0000 mgr.smithi019.ehhwnq (mgr.14180) 1029 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:25.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:25 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:55:24.090757+0000 mgr.smithi019.ehhwnq (mgr.14180) 1029 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:25.471 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:55:26.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:26 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:55:24.388034+0000 mgr.smithi019.ehhwnq (mgr.14180) 1030 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-27T23:55:26.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:26 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:55:24.388034+0000 mgr.smithi019.ehhwnq (mgr.14180) 1030 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-27T23:55:26.830 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:55:26.830 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:55:27.219 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:55:28.220 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:55:28.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:28 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:55:26.388477+0000 mgr.smithi019.ehhwnq (mgr.14180) 1031 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-27T23:55:28.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:28 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:55:26.826241+0000 mgr.smithi019.ehhwnq (mgr.14180) 1032 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:28.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:28 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:55:26.388477+0000 mgr.smithi019.ehhwnq (mgr.14180) 1031 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-27T23:55:28.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:28 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:55:26.826241+0000 mgr.smithi019.ehhwnq (mgr.14180) 1032 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:29.633 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:55:29.633 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:55:30.012 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:55:30.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:30 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:55:28.388943+0000 mgr.smithi019.ehhwnq (mgr.14180) 1033 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-01-27T23:55:30.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:30 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:55:28.388943+0000 mgr.smithi019.ehhwnq (mgr.14180) 1033 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-01-27T23:55:31.016 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:55:31.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:31 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:55:29.628882+0000 mgr.smithi019.ehhwnq (mgr.14180) 1034 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:31.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:31 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:55:29.628882+0000 mgr.smithi019.ehhwnq (mgr.14180) 1034 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:32.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:32 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:55:30.389458+0000 mgr.smithi019.ehhwnq (mgr.14180) 1035 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-27T23:55:32.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:32 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:55:30.389458+0000 mgr.smithi019.ehhwnq (mgr.14180) 1035 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-27T23:55:32.406 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:55:32.406 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:55:32.777 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:55:33.778 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:55:34.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:34 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:55:32.389824+0000 mgr.smithi019.ehhwnq (mgr.14180) 1036 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-27T23:55:34.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:34 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:55:32.401817+0000 mgr.smithi019.ehhwnq (mgr.14180) 1037 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:34.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:34 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:55:33.815721+0000 mon.smithi019 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:55:34.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:34 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:55:32.389824+0000 mgr.smithi019.ehhwnq (mgr.14180) 1036 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-27T23:55:34.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:34 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:55:32.401817+0000 mgr.smithi019.ehhwnq (mgr.14180) 1037 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:34.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:34 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:55:33.815721+0000 mon.smithi019 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' 2024-01-27T23:55:35.087 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:55:35.088 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:55:35.501 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:55:36.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:36 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:55:34.390461+0000 mgr.smithi019.ehhwnq (mgr.14180) 1038 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:55:36.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:36 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:55:35.083652+0000 mgr.smithi019.ehhwnq (mgr.14180) 1039 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:36.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:36 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:55:34.390461+0000 mgr.smithi019.ehhwnq (mgr.14180) 1038 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:55:36.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:36 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:55:35.083652+0000 mgr.smithi019.ehhwnq (mgr.14180) 1039 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:36.502 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:55:37.832 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:55:37.832 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:55:38.192 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:55:38.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:38 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:55:36.390993+0000 mgr.smithi019.ehhwnq (mgr.14180) 1040 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:55:38.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:38 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:55:36.390993+0000 mgr.smithi019.ehhwnq (mgr.14180) 1040 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:55:39.195 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:55:39.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:39 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:55:37.827973+0000 mgr.smithi019.ehhwnq (mgr.14180) 1041 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:39.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:55:37.827973+0000 mgr.smithi019.ehhwnq (mgr.14180) 1041 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:40.254 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:40 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:55:38.391697+0000 mgr.smithi019.ehhwnq (mgr.14180) 1042 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:55:40.377 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:40 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:55:38.391697+0000 mgr.smithi019.ehhwnq (mgr.14180) 1042 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:55:40.631 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:55:40.631 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:55:41.033 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:55:42.034 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:55:42.368 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:55:40.392249+0000 mgr.smithi019.ehhwnq (mgr.14180) 1043 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:55:42.368 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:55:40.626799+0000 mgr.smithi019.ehhwnq (mgr.14180) 1044 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:42.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:55:40.392249+0000 mgr.smithi019.ehhwnq (mgr.14180) 1043 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:55:42.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:55:40.626799+0000 mgr.smithi019.ehhwnq (mgr.14180) 1044 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:43.363 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:55:43.364 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:55:43.733 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:55:44.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:44 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:55:42.392733+0000 mgr.smithi019.ehhwnq (mgr.14180) 1045 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:55:44.627 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:44 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:55:42.392733+0000 mgr.smithi019.ehhwnq (mgr.14180) 1045 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:55:44.734 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:55:45.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:55:43.359398+0000 mgr.smithi019.ehhwnq (mgr.14180) 1046 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:45.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:55:43.359398+0000 mgr.smithi019.ehhwnq (mgr.14180) 1046 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:46.155 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:55:46.155 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:55:46.489 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:55:44.393473+0000 mgr.smithi019.ehhwnq (mgr.14180) 1047 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:55:46.576 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:55:46.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:55:44.393473+0000 mgr.smithi019.ehhwnq (mgr.14180) 1047 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:55:47.579 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:55:47.613 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:55:46.151562+0000 mgr.smithi019.ehhwnq (mgr.14180) 1048 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:47.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:55:46.151562+0000 mgr.smithi019.ehhwnq (mgr.14180) 1048 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:48.228 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:48 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:55:46.393890+0000 mgr.smithi019.ehhwnq (mgr.14180) 1049 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:55:48.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:48 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:55:46.393890+0000 mgr.smithi019.ehhwnq (mgr.14180) 1049 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:55:48.908 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:55:48.908 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:55:49.275 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:55:50.276 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:55:50.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:55:48.394323+0000 mgr.smithi019.ehhwnq (mgr.14180) 1050 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:55:50.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:55:48.903558+0000 mgr.smithi019.ehhwnq (mgr.14180) 1051 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:50.627 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:55:48.394323+0000 mgr.smithi019.ehhwnq (mgr.14180) 1050 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:55:50.627 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:55:48.903558+0000 mgr.smithi019.ehhwnq (mgr.14180) 1051 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:51.697 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:55:51.697 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:55:52.100 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:55:52.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:55:50.394808+0000 mgr.smithi019.ehhwnq (mgr.14180) 1052 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:55:52.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:55:50.394808+0000 mgr.smithi019.ehhwnq (mgr.14180) 1052 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:55:53.101 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:55:53.425 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:53 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:55:51.692986+0000 mgr.smithi019.ehhwnq (mgr.14180) 1053 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:53.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:53 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:55:51.692986+0000 mgr.smithi019.ehhwnq (mgr.14180) 1053 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:54.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:54 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:55:52.395182+0000 mgr.smithi019.ehhwnq (mgr.14180) 1054 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:55:54.430 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:55:54.430 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:55:54.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:54 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:55:52.395182+0000 mgr.smithi019.ehhwnq (mgr.14180) 1054 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:55:54.790 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:55:55.791 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:55:56.552 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:55:54.395649+0000 mgr.smithi019.ehhwnq (mgr.14180) 1055 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:55:56.552 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:55:54.426139+0000 mgr.smithi019.ehhwnq (mgr.14180) 1056 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:56.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:56 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:55:54.395649+0000 mgr.smithi019.ehhwnq (mgr.14180) 1055 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:55:56.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:56 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:55:54.426139+0000 mgr.smithi019.ehhwnq (mgr.14180) 1056 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:57.219 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:55:57.219 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:55:57.633 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:55:58.627 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:58 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:55:56.396077+0000 mgr.smithi019.ehhwnq (mgr.14180) 1057 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:55:58.627 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:55:58 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:55:57.214358+0000 mgr.smithi019.ehhwnq (mgr.14180) 1058 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:58.628 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:58 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:55:56.396077+0000 mgr.smithi019.ehhwnq (mgr.14180) 1057 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:55:58.628 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:55:58 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:55:57.214358+0000 mgr.smithi019.ehhwnq (mgr.14180) 1058 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:55:58.634 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:55:59.951 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:55:59.951 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:56:00.313 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:00 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:55:58.396944+0000 mgr.smithi019.ehhwnq (mgr.14180) 1059 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:56:00.333 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:56:00.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:00 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:55:58.396944+0000 mgr.smithi019.ehhwnq (mgr.14180) 1059 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:56:01.334 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:56:01.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:01 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:55:59.946786+0000 mgr.smithi019.ehhwnq (mgr.14180) 1060 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:01.627 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:01 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:55:59.946786+0000 mgr.smithi019.ehhwnq (mgr.14180) 1060 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:02.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:02 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:56:00.397553+0000 mgr.smithi019.ehhwnq (mgr.14180) 1061 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:02.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:02 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:56:00.397553+0000 mgr.smithi019.ehhwnq (mgr.14180) 1061 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:02.786 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:56:02.786 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:56:03.215 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:56:04.217 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:56:04.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:04 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:56:02.398127+0000 mgr.smithi019.ehhwnq (mgr.14180) 1062 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:04.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:04 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:56:02.781826+0000 mgr.smithi019.ehhwnq (mgr.14180) 1063 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:04.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:04 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:56:02.398127+0000 mgr.smithi019.ehhwnq (mgr.14180) 1062 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:04.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:04 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:56:02.781826+0000 mgr.smithi019.ehhwnq (mgr.14180) 1063 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:05.537 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:56:05.537 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:56:05.897 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:56:06.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:06 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:56:04.398576+0000 mgr.smithi019.ehhwnq (mgr.14180) 1064 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:06.627 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:06 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:56:04.398576+0000 mgr.smithi019.ehhwnq (mgr.14180) 1064 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:06.899 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:56:07.484 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:56:05.532811+0000 mgr.smithi019.ehhwnq (mgr.14180) 1065 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:07.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:56:05.532811+0000 mgr.smithi019.ehhwnq (mgr.14180) 1065 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:08.310 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:56:08.310 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:56:08.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:08 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:56:06.399159+0000 mgr.smithi019.ehhwnq (mgr.14180) 1066 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:08.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:08 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:56:06.399159+0000 mgr.smithi019.ehhwnq (mgr.14180) 1066 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:08.714 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:56:09.716 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:56:10.358 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:56:08.306074+0000 mgr.smithi019.ehhwnq (mgr.14180) 1067 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:10.359 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:56:08.399722+0000 mgr.smithi019.ehhwnq (mgr.14180) 1068 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:56:10.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:10 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:56:08.306074+0000 mgr.smithi019.ehhwnq (mgr.14180) 1067 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:10.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:10 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:56:08.399722+0000 mgr.smithi019.ehhwnq (mgr.14180) 1068 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:56:11.046 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:56:11.046 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:56:11.430 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:56:12.430 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:56:12.464 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:12 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:56:10.400372+0000 mgr.smithi019.ehhwnq (mgr.14180) 1069 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:12.464 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:12 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:56:11.042166+0000 mgr.smithi019.ehhwnq (mgr.14180) 1070 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:12.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:12 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:56:10.400372+0000 mgr.smithi019.ehhwnq (mgr.14180) 1069 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:12.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:12 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:56:11.042166+0000 mgr.smithi019.ehhwnq (mgr.14180) 1070 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:13.816 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:56:13.816 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:56:14.238 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:56:14.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:14 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:56:12.401160+0000 mgr.smithi019.ehhwnq (mgr.14180) 1071 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:14.627 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:14 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:56:12.401160+0000 mgr.smithi019.ehhwnq (mgr.14180) 1071 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:15.239 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:56:15.563 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:56:13.811620+0000 mgr.smithi019.ehhwnq (mgr.14180) 1072 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:15.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:56:13.811620+0000 mgr.smithi019.ehhwnq (mgr.14180) 1072 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:16.540 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:56:16.540 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:56:16.560 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:16 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:56:14.401788+0000 mgr.smithi019.ehhwnq (mgr.14180) 1073 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:16.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:16 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:56:14.401788+0000 mgr.smithi019.ehhwnq (mgr.14180) 1073 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:16.915 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:56:17.915 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:56:18.599 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:18 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:56:16.402199+0000 mgr.smithi019.ehhwnq (mgr.14180) 1074 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:18.599 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:18 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:56:16.535929+0000 mgr.smithi019.ehhwnq (mgr.14180) 1075 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:18.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:18 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:56:16.402199+0000 mgr.smithi019.ehhwnq (mgr.14180) 1074 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:18.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:18 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:56:16.535929+0000 mgr.smithi019.ehhwnq (mgr.14180) 1075 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:19.283 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:56:19.283 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:56:19.662 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:56:20.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:20 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:56:18.402634+0000 mgr.smithi019.ehhwnq (mgr.14180) 1076 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:56:20.627 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:20 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:56:18.402634+0000 mgr.smithi019.ehhwnq (mgr.14180) 1076 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:56:20.663 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:56:21.374 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:21 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:56:19.278709+0000 mgr.smithi019.ehhwnq (mgr.14180) 1077 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:21.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:21 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:56:19.278709+0000 mgr.smithi019.ehhwnq (mgr.14180) 1077 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:22.076 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:56:22.077 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:56:22.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:22 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:56:20.403375+0000 mgr.smithi019.ehhwnq (mgr.14180) 1078 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:22.471 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:56:22.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:22 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:56:20.403375+0000 mgr.smithi019.ehhwnq (mgr.14180) 1078 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:23.472 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:56:23.506 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:56:22.072269+0000 mgr.smithi019.ehhwnq (mgr.14180) 1079 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:23.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:56:22.072269+0000 mgr.smithi019.ehhwnq (mgr.14180) 1079 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:24.377 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:24 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:56:22.403936+0000 mgr.smithi019.ehhwnq (mgr.14180) 1080 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:24.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:24 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:56:22.403936+0000 mgr.smithi019.ehhwnq (mgr.14180) 1080 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:24.740 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:56:24.740 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:56:25.115 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:56:26.116 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:56:26.513 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:26 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:56:24.404370+0000 mgr.smithi019.ehhwnq (mgr.14180) 1081 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:26.513 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:26 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:56:24.736200+0000 mgr.smithi019.ehhwnq (mgr.14180) 1082 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:26.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:26 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:56:24.404370+0000 mgr.smithi019.ehhwnq (mgr.14180) 1081 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:26.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:26 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:56:24.736200+0000 mgr.smithi019.ehhwnq (mgr.14180) 1082 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:27.607 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:56:27.608 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:56:27.987 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:56:28.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:28 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:56:26.404921+0000 mgr.smithi019.ehhwnq (mgr.14180) 1083 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:28.627 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:28 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:56:26.404921+0000 mgr.smithi019.ehhwnq (mgr.14180) 1083 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:28.988 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:56:29.313 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:29 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:56:27.603510+0000 mgr.smithi019.ehhwnq (mgr.14180) 1084 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:29.313 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:29 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:56:28.405514+0000 mgr.smithi019.ehhwnq (mgr.14180) 1085 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:56:29.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:29 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:56:27.603510+0000 mgr.smithi019.ehhwnq (mgr.14180) 1084 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:29.627 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:29 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:56:28.405514+0000 mgr.smithi019.ehhwnq (mgr.14180) 1085 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:56:30.356 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:56:30.356 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:56:30.745 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:56:31.745 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:56:31.780 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:31 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:56:30.352424+0000 mgr.smithi019.ehhwnq (mgr.14180) 1086 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:31.780 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:31 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:56:30.405973+0000 mgr.smithi019.ehhwnq (mgr.14180) 1087 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:31.877 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:31 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:56:30.352424+0000 mgr.smithi019.ehhwnq (mgr.14180) 1086 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:31.877 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:31 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:56:30.405973+0000 mgr.smithi019.ehhwnq (mgr.14180) 1087 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:33.304 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:56:33.304 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:56:33.627 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:33 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:56:32.406363+0000 mgr.smithi019.ehhwnq (mgr.14180) 1088 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:33.685 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:56:33.877 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:33 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:56:32.406363+0000 mgr.smithi019.ehhwnq (mgr.14180) 1088 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:34.686 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:56:34.877 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:34 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:56:33.299326+0000 mgr.smithi019.ehhwnq (mgr.14180) 1089 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:34.878 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:34 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:56:33.299326+0000 mgr.smithi019.ehhwnq (mgr.14180) 1089 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:35.730 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:35 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:56:34.406889+0000 mgr.smithi019.ehhwnq (mgr.14180) 1090 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:35.877 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:35 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:56:34.406889+0000 mgr.smithi019.ehhwnq (mgr.14180) 1090 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:36.097 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:56:36.097 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:56:36.535 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:56:36.877 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:36 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:56:36.092804+0000 mgr.smithi019.ehhwnq (mgr.14180) 1091 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:36.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:36 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:56:36.092804+0000 mgr.smithi019.ehhwnq (mgr.14180) 1091 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:37.536 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:56:37.861 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:37 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:56:36.407273+0000 mgr.smithi019.ehhwnq (mgr.14180) 1092 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:37.877 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:37 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:56:36.407273+0000 mgr.smithi019.ehhwnq (mgr.14180) 1092 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:38.850 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:56:38.850 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:56:39.236 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:56:39.877 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:39 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:56:38.407710+0000 mgr.smithi019.ehhwnq (mgr.14180) 1093 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:56:39.877 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:39 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:56:38.845563+0000 mgr.smithi019.ehhwnq (mgr.14180) 1094 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:39.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:56:38.407710+0000 mgr.smithi019.ehhwnq (mgr.14180) 1093 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:56:39.878 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:56:38.845563+0000 mgr.smithi019.ehhwnq (mgr.14180) 1094 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:40.237 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:56:41.660 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:56:41.661 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:56:41.863 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:41 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:56:40.408159+0000 mgr.smithi019.ehhwnq (mgr.14180) 1095 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:41.877 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:56:40.408159+0000 mgr.smithi019.ehhwnq (mgr.14180) 1095 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:42.077 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:56:42.877 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:42 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:56:41.656353+0000 mgr.smithi019.ehhwnq (mgr.14180) 1096 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:42.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:42 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:56:41.656353+0000 mgr.smithi019.ehhwnq (mgr.14180) 1096 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:43.077 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:56:43.754 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:56:42.408763+0000 mgr.smithi019.ehhwnq (mgr.14180) 1097 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:43.877 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:56:42.408763+0000 mgr.smithi019.ehhwnq (mgr.14180) 1097 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:44.421 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:56:44.421 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:56:44.784 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:56:45.785 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:56:45.877 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:56:44.409227+0000 mgr.smithi019.ehhwnq (mgr.14180) 1098 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:45.877 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:56:44.416442+0000 mgr.smithi019.ehhwnq (mgr.14180) 1099 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:45.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:56:44.409227+0000 mgr.smithi019.ehhwnq (mgr.14180) 1098 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:45.878 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:56:44.416442+0000 mgr.smithi019.ehhwnq (mgr.14180) 1099 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:47.198 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:56:47.198 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:56:47.613 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:56:47.877 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:56:46.409827+0000 mgr.smithi019.ehhwnq (mgr.14180) 1100 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:47.877 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:56:47.193663+0000 mgr.smithi019.ehhwnq (mgr.14180) 1101 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:47.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:56:46.409827+0000 mgr.smithi019.ehhwnq (mgr.14180) 1100 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:47.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:56:47.193663+0000 mgr.smithi019.ehhwnq (mgr.14180) 1101 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:48.615 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:56:49.877 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:49 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:56:48.410521+0000 mgr.smithi019.ehhwnq (mgr.14180) 1102 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:56:49.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:49 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:56:48.410521+0000 mgr.smithi019.ehhwnq (mgr.14180) 1102 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:56:49.965 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:56:49.965 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:56:50.351 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:56:50.877 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:50 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:56:49.960860+0000 mgr.smithi019.ehhwnq (mgr.14180) 1103 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:50.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:50 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:56:49.960860+0000 mgr.smithi019.ehhwnq (mgr.14180) 1103 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:51.351 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:56:51.720 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:56:50.411135+0000 mgr.smithi019.ehhwnq (mgr.14180) 1104 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:51.877 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:56:50.411135+0000 mgr.smithi019.ehhwnq (mgr.14180) 1104 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:52.710 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:56:52.711 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:56:53.090 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:56:53.877 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:53 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:56:52.411749+0000 mgr.smithi019.ehhwnq (mgr.14180) 1105 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:53.877 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:53 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:56:52.705963+0000 mgr.smithi019.ehhwnq (mgr.14180) 1106 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:53.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:53 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:56:52.411749+0000 mgr.smithi019.ehhwnq (mgr.14180) 1105 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:53.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:53 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:56:52.705963+0000 mgr.smithi019.ehhwnq (mgr.14180) 1106 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:54.091 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:56:55.445 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:56:55.446 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:56:55.787 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:56:54.412463+0000 mgr.smithi019.ehhwnq (mgr.14180) 1107 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:55.832 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:56:56.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:56:54.412463+0000 mgr.smithi019.ehhwnq (mgr.14180) 1107 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:56.832 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:56:57.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:56 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:56:55.441072+0000 mgr.smithi019.ehhwnq (mgr.14180) 1108 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:57.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:56 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:56:55.441072+0000 mgr.smithi019.ehhwnq (mgr.14180) 1108 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:57.779 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:56:56.412956+0000 mgr.smithi019.ehhwnq (mgr.14180) 1109 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:58.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:56:56.412956+0000 mgr.smithi019.ehhwnq (mgr.14180) 1109 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:56:58.147 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:56:58.147 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:56:58.523 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:56:58.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:58 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:56:58.143026+0000 mgr.smithi019.ehhwnq (mgr.14180) 1110 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:59.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:58 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:56:58.143026+0000 mgr.smithi019.ehhwnq (mgr.14180) 1110 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:56:59.524 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:56:59.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:56:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:56:58.413425+0000 mgr.smithi019.ehhwnq (mgr.14180) 1111 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:57:00.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:56:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:56:58.413425+0000 mgr.smithi019.ehhwnq (mgr.14180) 1111 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:57:00.950 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:57:00.950 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:57:01.365 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:57:02.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:01 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:57:00.413897+0000 mgr.smithi019.ehhwnq (mgr.14180) 1112 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:02.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:01 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:57:00.946066+0000 mgr.smithi019.ehhwnq (mgr.14180) 1113 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:02.128 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:01 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:57:00.413897+0000 mgr.smithi019.ehhwnq (mgr.14180) 1112 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:02.128 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:01 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:57:00.946066+0000 mgr.smithi019.ehhwnq (mgr.14180) 1113 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:02.366 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:57:03.692 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:57:03.693 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:57:04.038 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:57:02.414335+0000 mgr.smithi019.ehhwnq (mgr.14180) 1114 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:04.057 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:57:04.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:03 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:57:02.414335+0000 mgr.smithi019.ehhwnq (mgr.14180) 1114 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:05.058 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:57:05.092 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:04 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:57:03.687943+0000 mgr.smithi019.ehhwnq (mgr.14180) 1115 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:05.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:04 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:57:03.687943+0000 mgr.smithi019.ehhwnq (mgr.14180) 1115 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:05.818 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:05 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:57:04.414801+0000 mgr.smithi019.ehhwnq (mgr.14180) 1116 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:06.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:05 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:57:04.414801+0000 mgr.smithi019.ehhwnq (mgr.14180) 1116 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:06.468 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:57:06.468 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:57:06.882 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:57:07.883 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:57:07.916 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:57:06.415176+0000 mgr.smithi019.ehhwnq (mgr.14180) 1117 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:07.916 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:57:06.462714+0000 mgr.smithi019.ehhwnq (mgr.14180) 1118 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:08.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:57:06.415176+0000 mgr.smithi019.ehhwnq (mgr.14180) 1117 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:08.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:57:06.462714+0000 mgr.smithi019.ehhwnq (mgr.14180) 1118 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:09.278 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:57:09.278 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:57:09.639 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:57:09.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:09 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:57:08.415727+0000 mgr.smithi019.ehhwnq (mgr.14180) 1119 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:57:10.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:57:08.415727+0000 mgr.smithi019.ehhwnq (mgr.14180) 1119 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:57:10.640 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:57:10.990 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:10 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:57:09.273405+0000 mgr.smithi019.ehhwnq (mgr.14180) 1120 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:11.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:10 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:57:09.273405+0000 mgr.smithi019.ehhwnq (mgr.14180) 1120 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:12.032 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:57:12.032 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:57:12.055 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:11 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:57:10.416442+0000 mgr.smithi019.ehhwnq (mgr.14180) 1121 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:12.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:11 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:57:10.416442+0000 mgr.smithi019.ehhwnq (mgr.14180) 1121 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:12.473 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:57:13.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:12 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:57:12.027728+0000 mgr.smithi019.ehhwnq (mgr.14180) 1122 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:13.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:12 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:57:12.027728+0000 mgr.smithi019.ehhwnq (mgr.14180) 1122 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:13.474 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:57:13.806 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:13 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:57:12.416845+0000 mgr.smithi019.ehhwnq (mgr.14180) 1123 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:14.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:13 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:57:12.416845+0000 mgr.smithi019.ehhwnq (mgr.14180) 1123 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:14.784 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:57:14.784 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:57:15.156 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:57:16.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:57:14.417255+0000 mgr.smithi019.ehhwnq (mgr.14180) 1124 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:16.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:15 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:57:14.779655+0000 mgr.smithi019.ehhwnq (mgr.14180) 1125 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:16.128 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:57:14.417255+0000 mgr.smithi019.ehhwnq (mgr.14180) 1124 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:16.128 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:15 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:57:14.779655+0000 mgr.smithi019.ehhwnq (mgr.14180) 1125 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:16.156 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:57:17.503 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:57:17.503 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:57:17.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:17 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:57:16.417647+0000 mgr.smithi019.ehhwnq (mgr.14180) 1126 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:17.888 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:57:18.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:17 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:57:16.417647+0000 mgr.smithi019.ehhwnq (mgr.14180) 1126 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:18.890 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:57:19.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:18 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:57:17.498151+0000 mgr.smithi019.ehhwnq (mgr.14180) 1127 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:19.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:18 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:57:17.498151+0000 mgr.smithi019.ehhwnq (mgr.14180) 1127 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:19.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:19 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:57:18.418336+0000 mgr.smithi019.ehhwnq (mgr.14180) 1128 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:57:20.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:19 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:57:18.418336+0000 mgr.smithi019.ehhwnq (mgr.14180) 1128 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:57:20.296 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:57:20.296 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:57:20.672 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:57:21.673 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:57:22.046 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:21 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:57:20.292007+0000 mgr.smithi019.ehhwnq (mgr.14180) 1129 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:22.046 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:21 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:57:20.418771+0000 mgr.smithi019.ehhwnq (mgr.14180) 1130 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:22.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:21 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:57:20.292007+0000 mgr.smithi019.ehhwnq (mgr.14180) 1129 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:22.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:21 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:57:20.418771+0000 mgr.smithi019.ehhwnq (mgr.14180) 1130 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:23.081 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:57:23.081 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:57:23.479 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:57:24.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:57:22.419204+0000 mgr.smithi019.ehhwnq (mgr.14180) 1131 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:24.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:23 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:57:23.076726+0000 mgr.smithi019.ehhwnq (mgr.14180) 1132 : audit [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:24.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:57:22.419204+0000 mgr.smithi019.ehhwnq (mgr.14180) 1131 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:24.128 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:23 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:57:23.076726+0000 mgr.smithi019.ehhwnq (mgr.14180) 1132 : audit [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:24.480 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:57:25.818 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:57:25.819 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:57:25.981 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:25 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:57:24.419729+0000 mgr.smithi019.ehhwnq (mgr.14180) 1133 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:26.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:25 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:57:24.419729+0000 mgr.smithi019.ehhwnq (mgr.14180) 1133 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:26.189 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:57:27.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:26 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:57:25.813433+0000 mgr.smithi019.ehhwnq (mgr.14180) 1134 : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:27.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:26 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:57:25.813433+0000 mgr.smithi019.ehhwnq (mgr.14180) 1134 : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:27.191 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:57:27.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:27 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:57:26.420271+0000 mgr.smithi019.ehhwnq (mgr.14180) 1135 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:28.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:27 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:57:26.420271+0000 mgr.smithi019.ehhwnq (mgr.14180) 1135 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:28.605 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:57:28.605 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:57:29.020 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:57:30.021 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:57:30.053 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:29 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:57:28.420698+0000 mgr.smithi019.ehhwnq (mgr.14180) 1136 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:57:30.054 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:29 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:57:28.600983+0000 mgr.smithi019.ehhwnq (mgr.14180) 1137 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:30.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:29 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:57:28.420698+0000 mgr.smithi019.ehhwnq (mgr.14180) 1136 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:57:30.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:29 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:57:28.600983+0000 mgr.smithi019.ehhwnq (mgr.14180) 1137 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:31.382 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:57:31.382 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:57:31.745 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:57:32.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:31 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:57:30.421161+0000 mgr.smithi019.ehhwnq (mgr.14180) 1138 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:32.128 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:31 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:57:30.421161+0000 mgr.smithi019.ehhwnq (mgr.14180) 1138 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:32.746 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:57:33.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:32 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:57:31.377347+0000 mgr.smithi019.ehhwnq (mgr.14180) 1139 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:33.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:32 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:57:31.377347+0000 mgr.smithi019.ehhwnq (mgr.14180) 1139 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:33.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:33 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:57:32.421825+0000 mgr.smithi019.ehhwnq (mgr.14180) 1140 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:34.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:33 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:57:32.421825+0000 mgr.smithi019.ehhwnq (mgr.14180) 1140 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:34.244 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:57:34.244 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:57:34.619 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:57:34.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:34 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:57:34.239312+0000 mgr.smithi019.ehhwnq (mgr.14180) 1141 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:35.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:34 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:57:34.239312+0000 mgr.smithi019.ehhwnq (mgr.14180) 1141 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:35.620 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:57:35.945 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:35 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:57:34.422275+0000 mgr.smithi019.ehhwnq (mgr.14180) 1142 : 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-01-27T23:57:36.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:35 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:57:34.422275+0000 mgr.smithi019.ehhwnq (mgr.14180) 1142 : 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-01-27T23:57:36.924 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:57:36.924 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:57:37.287 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:57:38.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:37 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:57:36.422690+0000 mgr.smithi019.ehhwnq (mgr.14180) 1143 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:38.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:37 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:57:36.919717+0000 mgr.smithi019.ehhwnq (mgr.14180) 1144 : audit [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:38.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:37 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:57:36.422690+0000 mgr.smithi019.ehhwnq (mgr.14180) 1143 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:38.128 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:37 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:57:36.919717+0000 mgr.smithi019.ehhwnq (mgr.14180) 1144 : audit [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:38.287 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:57:39.874 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:57:39.874 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:57:40.046 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:39 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:57:38.423139+0000 mgr.smithi019.ehhwnq (mgr.14180) 1145 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:57:40.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:39 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:57:38.423139+0000 mgr.smithi019.ehhwnq (mgr.14180) 1145 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:57:40.245 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:57:41.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:40 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:57:39.869775+0000 mgr.smithi019.ehhwnq (mgr.14180) 1146 : audit [DBG] from='client.16176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:41.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:40 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:57:39.869775+0000 mgr.smithi019.ehhwnq (mgr.14180) 1146 : audit [DBG] from='client.16176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:41.246 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:57:42.021 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:41 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:57:40.423574+0000 mgr.smithi019.ehhwnq (mgr.14180) 1147 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:42.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:41 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:57:40.423574+0000 mgr.smithi019.ehhwnq (mgr.14180) 1147 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:42.704 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:57:42.704 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:57:43.118 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:57:44.120 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:57:44.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:57:42.423981+0000 mgr.smithi019.ehhwnq (mgr.14180) 1148 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:44.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:43 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:57:42.699819+0000 mgr.smithi019.ehhwnq (mgr.14180) 1149 : audit [DBG] from='client.16180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:44.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:57:42.423981+0000 mgr.smithi019.ehhwnq (mgr.14180) 1148 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:44.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:43 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:57:42.699819+0000 mgr.smithi019.ehhwnq (mgr.14180) 1149 : audit [DBG] from='client.16180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:45.425 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:57:45.425 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:57:45.785 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:57:46.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:45 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:57:44.424696+0000 mgr.smithi019.ehhwnq (mgr.14180) 1150 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:46.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:45 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:57:44.424696+0000 mgr.smithi019.ehhwnq (mgr.14180) 1150 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:46.786 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:57:47.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:46 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:57:45.420726+0000 mgr.smithi019.ehhwnq (mgr.14180) 1151 : audit [DBG] from='client.16184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:47.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:46 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:57:45.420726+0000 mgr.smithi019.ehhwnq (mgr.14180) 1151 : audit [DBG] from='client.16184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:47.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:47 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:57:46.425245+0000 mgr.smithi019.ehhwnq (mgr.14180) 1152 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:48.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:47 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:57:46.425245+0000 mgr.smithi019.ehhwnq (mgr.14180) 1152 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:48.207 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:57:48.207 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:57:48.651 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:57:48.878 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:48 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:57:48.203383+0000 mgr.smithi019.ehhwnq (mgr.14180) 1153 : audit [DBG] from='client.16188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:49.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:48 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:57:48.203383+0000 mgr.smithi019.ehhwnq (mgr.14180) 1153 : audit [DBG] from='client.16188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:49.652 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:57:49.985 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:49 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:57:48.425907+0000 mgr.smithi019.ehhwnq (mgr.14180) 1154 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:57:50.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:49 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:57:48.425907+0000 mgr.smithi019.ehhwnq (mgr.14180) 1154 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:57:51.059 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:57:51.059 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:49:14.158672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.anzlwx on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv 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-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:57:51.434 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:57:52.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:57:50.426338+0000 mgr.smithi019.ehhwnq (mgr.14180) 1155 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:52.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:57:51.054840+0000 mgr.smithi019.ehhwnq (mgr.14180) 1156 : audit [DBG] from='client.16192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:52.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:51 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:57:51.530867+0000 mon.smithi019 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi040.zpqecx"}]: dispatch 2024-01-27T23:57:52.128 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:57:50.426338+0000 mgr.smithi019.ehhwnq (mgr.14180) 1155 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:52.128 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:57:51.054840+0000 mgr.smithi019.ehhwnq (mgr.14180) 1156 : audit [DBG] from='client.16192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:52.129 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:51 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:57:51.530867+0000 mon.smithi019 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.19:0/526860064' entity='mgr.smithi019.ehhwnq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi040.zpqecx"}]: dispatch 2024-01-27T23:57:52.435 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:57:53.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:57:51.530318+0000 mgr.smithi019.ehhwnq (mgr.14180) 1157 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-zpqecx 2024-01-27T23:57:53.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-zpqecx 2024-01-27T23:57:53.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.zpqecx 2024-01-27T23:57:53.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.zpqecx 2024-01-27T23:57:53.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Deploy daemon haproxy.nfs.foo.smithi040.zpqecx ... 2024-01-27T23:57:53.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:57:53.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:57:53.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:55:59Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:57:53.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:56:36Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:57:53.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:57:14Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:57:53.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:57:53.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:57:53.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Traceback (most recent call last): 2024-01-27T23:57:53.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-27T23:57:53.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: yield (conn, connr) 2024-01-27T23:57:53.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-27T23:57:53.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: code, '\n'.join(err))) 2024-01-27T23:57:53.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-zpqecx 2024-01-27T23:57:53.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-zpqecx 2024-01-27T23:57:53.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.zpqecx 2024-01-27T23:57:53.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.zpqecx 2024-01-27T23:57:53.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Deploy daemon haproxy.nfs.foo.smithi040.zpqecx ... 2024-01-27T23:57:53.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:57:53.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:57:53.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:55:59Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:57:53.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:56:36Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:57:53.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:57:14Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:57:53.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:57:53.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:57:53.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:57:51.530534+0000 mgr.smithi019.ehhwnq (mgr.14180) 1158 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi040.zpqecx 2024-01-27T23:57:53.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:57:51.531578+0000 mgr.smithi019.ehhwnq (mgr.14180) 1159 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi040.zpqecx on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-zpqecx 2024-01-27T23:57:53.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-zpqecx 2024-01-27T23:57:53.090 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.zpqecx 2024-01-27T23:57:53.090 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.zpqecx 2024-01-27T23:57:53.090 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: Deploy daemon haproxy.nfs.foo.smithi040.zpqecx ... 2024-01-27T23:57:53.090 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:57:53.090 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:57:53.090 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:55:59Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:57:53.090 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:56:36Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:57:53.090 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr time="2024-01-27T23:57:14Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:57:53.090 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:57:53.090 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:57:53.090 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:52 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cephadm 2024-01-27T23:57:51.533584+0000 mgr.smithi019.ehhwnq (mgr.14180) 1160 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.zfkwhn on smithi019 2024-01-27T23:57:53.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:57:51.530318+0000 mgr.smithi019.ehhwnq (mgr.14180) 1157 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-zpqecx 2024-01-27T23:57:53.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-zpqecx 2024-01-27T23:57:53.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.zpqecx 2024-01-27T23:57:53.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.zpqecx 2024-01-27T23:57:53.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Deploy daemon haproxy.nfs.foo.smithi040.zpqecx ... 2024-01-27T23:57:53.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:57:53.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:57:53.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:55:59Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:57:53.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:56:36Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:57:53.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:57:14Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:57:53.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:57:53.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:57:53.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Traceback (most recent call last): 2024-01-27T23:57:53.129 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-27T23:57:53.129 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: yield (conn, connr) 2024-01-27T23:57:53.129 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-27T23:57:53.129 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: code, '\n'.join(err))) 2024-01-27T23:57:53.129 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-zpqecx 2024-01-27T23:57:53.129 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-zpqecx 2024-01-27T23:57:53.129 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.zpqecx 2024-01-27T23:57:53.129 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.zpqecx 2024-01-27T23:57:53.129 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Deploy daemon haproxy.nfs.foo.smithi040.zpqecx ... 2024-01-27T23:57:53.129 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:57:53.129 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:57:53.129 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:55:59Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:57:53.129 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:56:36Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:57:53.129 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:57:14Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:57:53.130 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:57:53.130 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:57:53.130 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:57:51.530534+0000 mgr.smithi019.ehhwnq (mgr.14180) 1158 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi040.zpqecx 2024-01-27T23:57:53.130 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:57:51.531578+0000 mgr.smithi019.ehhwnq (mgr.14180) 1159 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi040.zpqecx on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-zpqecx 2024-01-27T23:57:53.130 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-zpqecx 2024-01-27T23:57:53.130 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.zpqecx 2024-01-27T23:57:53.130 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: /bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.zpqecx 2024-01-27T23:57:53.130 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: Deploy daemon haproxy.nfs.foo.smithi040.zpqecx ... 2024-01-27T23:57:53.130 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:57:53.130 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:57:53.130 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:55:59Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:57:53.130 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:56:36Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:57:53.130 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr time="2024-01-27T23:57:14Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:57:53.130 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:57:53.131 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: 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=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:57:53.131 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:52 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cephadm 2024-01-27T23:57:51.533584+0000 mgr.smithi019.ehhwnq (mgr.14180) 1160 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.zfkwhn on smithi019 2024-01-27T23:57:53.807 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:57:53.808 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:57:51.531452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.zpqecx on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-zpqecx\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-zpqecx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.zpqecx\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.zpqecx\nDeploy daemon haproxy.nfs.foo.smithi040.zpqecx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:57:54.098 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:53 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:57:52.426965+0000 mgr.smithi019.ehhwnq (mgr.14180) 1161 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:54.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:53 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:57:52.426965+0000 mgr.smithi019.ehhwnq (mgr.14180) 1161 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:54.192 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:57:55.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:54 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:57:53.803171+0000 mgr.smithi019.ehhwnq (mgr.14180) 1162 : audit [DBG] from='client.16196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:55.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:54 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:57:53.803171+0000 mgr.smithi019.ehhwnq (mgr.14180) 1162 : audit [DBG] from='client.16196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:55.194 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:57:56.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:55 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:57:54.427559+0000 mgr.smithi019.ehhwnq (mgr.14180) 1163 : 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-01-27T23:57:56.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:55 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:57:54.427559+0000 mgr.smithi019.ehhwnq (mgr.14180) 1163 : 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-01-27T23:57:56.544 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:57:56.545 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:57:51.531452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.zpqecx on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-zpqecx\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-zpqecx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.zpqecx\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.zpqecx\nDeploy daemon haproxy.nfs.foo.smithi040.zpqecx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:57:56.923 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:57:57.924 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:57:58.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:57:56.427948+0000 mgr.smithi019.ehhwnq (mgr.14180) 1164 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:58.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:57 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:57:56.539794+0000 mgr.smithi019.ehhwnq (mgr.14180) 1165 : audit [DBG] from='client.16200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:58.128 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:57:56.427948+0000 mgr.smithi019.ehhwnq (mgr.14180) 1164 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:57:58.128 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:57 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:57:56.539794+0000 mgr.smithi019.ehhwnq (mgr.14180) 1165 : audit [DBG] from='client.16200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:57:59.310 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:57:59.310 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:57:51.531452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.zpqecx on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-zpqecx\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-zpqecx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.zpqecx\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.zpqecx\nDeploy daemon haproxy.nfs.foo.smithi040.zpqecx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:57:59.727 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:58:00.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:57:59 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:57:58.428544+0000 mgr.smithi019.ehhwnq (mgr.14180) 1166 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:58:00.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:57:59 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:57:58.428544+0000 mgr.smithi019.ehhwnq (mgr.14180) 1166 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T23:58:00.728 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:58:01.069 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:58:00 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:57:59.304930+0000 mgr.smithi019.ehhwnq (mgr.14180) 1167 : audit [DBG] from='client.16204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:58:01.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:58:00 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:57:59.304930+0000 mgr.smithi019.ehhwnq (mgr.14180) 1167 : audit [DBG] from='client.16204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:58:02.070 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:58:02.071 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:57:51.531452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.zpqecx on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-zpqecx\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-zpqecx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.zpqecx\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.zpqecx\nDeploy daemon haproxy.nfs.foo.smithi040.zpqecx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:58:02.096 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:58:01 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:58:00.429156+0000 mgr.smithi019.ehhwnq (mgr.14180) 1168 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:58:02.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:58:01 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:58:00.429156+0000 mgr.smithi019.ehhwnq (mgr.14180) 1168 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:58:02.442 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:58:03.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:58:02 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:58:02.066111+0000 mgr.smithi019.ehhwnq (mgr.14180) 1169 : audit [DBG] from='client.16208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:58:03.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:58:02 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:58:02.066111+0000 mgr.smithi019.ehhwnq (mgr.14180) 1169 : audit [DBG] from='client.16208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:58:03.443 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:58:04.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:58:03 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:58:02.429654+0000 mgr.smithi019.ehhwnq (mgr.14180) 1170 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:58:04.128 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:58:03 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:58:02.429654+0000 mgr.smithi019.ehhwnq (mgr.14180) 1170 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:58:04.845 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:58:04.845 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:57:51.531452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.zpqecx on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-zpqecx\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-zpqecx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.zpqecx\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.zpqecx\nDeploy daemon haproxy.nfs.foo.smithi040.zpqecx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:58:05.255 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:58:06.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:58:05 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:58:04.430147+0000 mgr.smithi019.ehhwnq (mgr.14180) 1171 : 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-01-27T23:58:06.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:58:05 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:58:04.840710+0000 mgr.smithi019.ehhwnq (mgr.14180) 1172 : audit [DBG] from='client.16212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:58:06.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:58:05 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:58:04.430147+0000 mgr.smithi019.ehhwnq (mgr.14180) 1171 : 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-01-27T23:58:06.128 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:58:05 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:58:04.840710+0000 mgr.smithi019.ehhwnq (mgr.14180) 1172 : audit [DBG] from='client.16212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:58:06.256 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:58:07.597 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-01-27T23:58:07.597 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:35:30.235668Z", "last_refresh": "2024-01-27T23:55:22.073972Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:35:26.428218Z", "last_refresh": "2024-01-27T23:55:19.805449Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:35:28.425921Z", "last_refresh": "2024-01-27T23:55:22.074104Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:51:48.361213Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.uhswsp on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-uhswsp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.uhswsp\nDeploy daemon haproxy.nfs.foo.smithi040.uhswsp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:49:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:50:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:51:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.469683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.nukqju on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi019-nukqju\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi019.nukqju\nDeploy daemon haproxy.nfs.foo.smithi019.nukqju ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:52:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:54:18.471343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi040.zyncuy on smithi040: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:54:18.472728Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.txjwpv on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-27T23:57:51.531452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi040.zpqecx on smithi040: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-zpqecx\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy-nfs-foo-smithi040-zpqecx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.zpqecx\n/bin/podman: stderr Error: no such container ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-haproxy.nfs.foo.smithi040.zpqecx\nDeploy daemon haproxy.nfs.foo.smithi040.zpqecx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:55:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:56:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi040 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-01-27T23:39:04.094377Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-01-27T23:39:00.048179Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T23:39:00.036700Z", "last_refresh": "2024-01-27T23:55:19.806115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:35:25.492204Z", "last_refresh": "2024-01-27T23:55:19.805623Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:26.009839Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:36:26.007407Z", "last_refresh": "2024-01-27T23:55:19.805708Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:39:04.093260Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-27T23:39:04.089659Z", "last_refresh": "2024-01-27T23:55:22.074601Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:35:29.328690Z", "last_refresh": "2024-01-27T23:55:19.805775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:36:57.025299Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:36:57.022001Z", "last_refresh": "2024-01-27T23:55:19.805838Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:35:27.410151Z", "last_refresh": "2024-01-27T23:55:22.074230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T23:58:07.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:58:07 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: cluster 2024-01-27T23:58:06.430527+0000 mgr.smithi019.ehhwnq (mgr.14180) 1173 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:58:07.966 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-27T23:58:07.966 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/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_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_585bdf827237450fb80df4a856eba434a64948fa/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-27T23:58:08.195 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=78c2c2b470494b76a037a47bbdc25b98 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/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_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_585bdf827237450fb80df4a856eba434a64948fa/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-27T23:58:08.224 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-01-27T23:58:08.236 INFO:tasks.vip:Removing 10.0.15.19 (and any VIPs) on smithi019.front.sepia.ceph.com iface ens1f0... 2024-01-27T23:58:08.237 DEBUG:teuthology.orchestra.run.smithi019:> sudo ip addr del 10.0.15.19/16 dev ens1f0 2024-01-27T23:58:08.241 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:58:07 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: cluster 2024-01-27T23:58:06.430527+0000 mgr.smithi019.ehhwnq (mgr.14180) 1173 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-27T23:58:08.274 DEBUG:teuthology.orchestra.run.smithi019:> sudo ip addr del 10.0.31.19/16 dev ens1f0 2024-01-27T23:58:08.343 INFO:teuthology.orchestra.run.smithi019.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-27T23:58:08.344 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-27T23:58:08.344 INFO:tasks.vip:Removing 10.0.15.40 (and any VIPs) on smithi040.front.sepia.ceph.com iface ens1f0... 2024-01-27T23:58:08.344 DEBUG:teuthology.orchestra.run.smithi040:> sudo ip addr del 10.0.15.40/16 dev ens1f0 2024-01-27T23:58:08.385 DEBUG:teuthology.orchestra.run.smithi040:> sudo ip addr del 10.0.31.19/16 dev ens1f0 2024-01-27T23:58:08.456 INFO:teuthology.orchestra.run.smithi040.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-27T23:58:08.457 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-27T23:58:08.458 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-27T23:58:08.470 INFO:tasks.cephadm:Teardown begin 2024-01-27T23:58:08.470 DEBUG:teuthology.orchestra.run.smithi019:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-27T23:58:08.500 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-27T23:58:08.532 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-27T23:58:08.533 DEBUG:teuthology.orchestra.run.smithi019:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-27T23:58:08.559 DEBUG:teuthology.orchestra.run.smithi040:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-27T23:58:08.593 INFO:tasks.cephadm:Stopping all daemons... 2024-01-27T23:58:08.593 INFO:tasks.cephadm.mon.smithi019:Stopping mon.smithi019... 2024-01-27T23:58:08.593 DEBUG:teuthology.orchestra.run.smithi019:> sudo systemctl stop ceph-98e8295e-bd6c-11ee-95b2-87774f69a715@mon.smithi019 2024-01-27T23:58:08.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:58:08 smithi019 systemd[1]: Stopping Ceph mon.smithi019 for 98e8295e-bd6c-11ee-95b2-87774f69a715... 2024-01-27T23:58:08.878 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:58:08 smithi019 bash[161757]: Error: no container with name or ID "ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon.smithi019" found: no such container 2024-01-27T23:58:08.878 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:58:08 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: audit 2024-01-27T23:58:07.592826+0000 mgr.smithi019.ehhwnq (mgr.14180) 1174 : audit [DBG] from='client.16216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:58:08.878 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:58:08 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:58:08.840+0000 7fb38df5d700 -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-01-27T23:58:08.878 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:58:08 smithi019 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019[35268]: debug 2024-01-27T23:58:08.840+0000 7fb38df5d700 -1 mon.smithi019@0(leader) e2 *** Got Signal Terminated *** 2024-01-27T23:58:09.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:58:08 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: audit 2024-01-27T23:58:07.592826+0000 mgr.smithi019.ehhwnq (mgr.14180) 1174 : audit [DBG] from='client.16216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:58:09.355 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Jan 27 23:58:09 smithi019 bash[161795]: ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi019 2024-01-27T23:58:09.362 DEBUG:teuthology.orchestra.run.smithi019:> sudo pkill -f 'journalctl -f -n 0 -u ceph-98e8295e-bd6c-11ee-95b2-87774f69a715@mon.smithi019.service' 2024-01-27T23:58:09.419 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-27T23:58:09.419 INFO:tasks.cephadm.mon.smithi019:Stopped mon.smithi019 2024-01-27T23:58:09.419 INFO:tasks.cephadm.mon.smithi040:Stopping mon.smithi040... 2024-01-27T23:58:09.420 DEBUG:teuthology.orchestra.run.smithi040:> sudo systemctl stop ceph-98e8295e-bd6c-11ee-95b2-87774f69a715@mon.smithi040 2024-01-27T23:58:09.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:58:09 smithi040 systemd[1]: Stopping Ceph mon.smithi040 for 98e8295e-bd6c-11ee-95b2-87774f69a715... 2024-01-27T23:58:09.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:58:09 smithi040 bash[61758]: Error: no container with name or ID "ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon.smithi040" found: no such container 2024-01-27T23:58:09.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:58:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:58:09.707+0000 7f317c873700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi040 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-27T23:58:10.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:58:09 smithi040 ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040[39852]: debug 2024-01-27T23:58:09.707+0000 7f317c873700 -1 mon.smithi040@1(peon) e2 *** Got Signal Terminated *** 2024-01-27T23:58:10.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Jan 27 23:58:09 smithi040 bash[61798]: ceph-98e8295e-bd6c-11ee-95b2-87774f69a715-mon-smithi040 2024-01-27T23:58:10.152 DEBUG:teuthology.orchestra.run.smithi040:> sudo pkill -f 'journalctl -f -n 0 -u ceph-98e8295e-bd6c-11ee-95b2-87774f69a715@mon.smithi040.service' 2024-01-27T23:58:10.197 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-27T23:58:10.197 INFO:tasks.cephadm.mon.smithi040:Stopped mon.smithi040 2024-01-27T23:58:10.198 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 --force --keep-logs 2024-01-28T00:01:05.797 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 --force --keep-logs 2024-01-28T00:01:42.029 DEBUG:teuthology.orchestra.run.smithi019:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-28T00:01:42.070 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-28T00:01:42.102 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-28T00:01:42.104 DEBUG:teuthology.misc:Transferring archived files from smithi019:/var/lib/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-26_16:10:31-rados-pacific-release-distro-default-smithi/7535138/remote/ubuntu@smithi019.front.sepia.ceph.com/crash 2024-01-28T00:01:42.105 DEBUG:teuthology.orchestra.run.smithi019:> sudo tar c -f - -C /var/lib/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/crash -- . 2024-01-28T00:01:42.154 INFO:teuthology.orchestra.run.smithi019.stderr:tar: /var/lib/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/crash: Cannot open: No such file or directory 2024-01-28T00:01:42.154 INFO:teuthology.orchestra.run.smithi019.stderr:tar: Error is not recoverable: exiting now 2024-01-28T00:01:42.156 DEBUG:teuthology.misc:Transferring archived files from smithi040:/var/lib/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-26_16:10:31-rados-pacific-release-distro-default-smithi/7535138/remote/ubuntu@smithi040.front.sepia.ceph.com/crash 2024-01-28T00:01:42.156 DEBUG:teuthology.orchestra.run.smithi040:> sudo tar c -f - -C /var/lib/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/crash -- . 2024-01-28T00:01:42.200 INFO:teuthology.orchestra.run.smithi040.stderr:tar: /var/lib/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/crash: Cannot open: No such file or directory 2024-01-28T00:01:42.201 INFO:teuthology.orchestra.run.smithi040.stderr:tar: Error is not recoverable: exiting now 2024-01-28T00:01:42.201 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-28T00:01:42.202 DEBUG:teuthology.orchestra.run.smithi019:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-28T00:01:42.232 INFO:teuthology.orchestra.run.smithi019.stderr:grep: /var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph.log: No such file or directory 2024-01-28T00:01:42.234 INFO:tasks.cephadm:Compressing logs... 2024-01-28T00:01:42.234 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-01-28T00:01:42.277 DEBUG:teuthology.orchestra.run.smithi040:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-28T00:01:42.305 INFO:teuthology.orchestra.run.smithi040.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-28T00:01:42.306 INFO:teuthology.orchestra.run.smithi040.stderr:: No such file or directory 2024-01-28T00:01:42.306 INFO:teuthology.orchestra.run.smithi040.stderr:gzip -5 --verbose -- /var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-mds.foofs.smithi040.yfemuu.log 2024-01-28T00:01:42.306 INFO:teuthology.orchestra.run.smithi040.stderr:gzip /var/log/ceph/cephadm.log: -5 --verbose -- /var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-osd.6.log 2024-01-28T00:01:42.306 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-mds.foofs.smithi040.yfemuu.log: gzip -5 --verbose -- /var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-volume.log 2024-01-28T00:01:42.308 INFO:teuthology.orchestra.run.smithi040.stderr: 87.2% -- replaced with /var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-mds.foofs.smithi040.yfemuu.log.gz 2024-01-28T00:01:42.308 INFO:teuthology.orchestra.run.smithi040.stderr:gzip -5 --verbose -- /var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-osd.2.log /var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-osd.6.log: 2024-01-28T00:01:42.308 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-osd.0.log 2024-01-28T00:01:42.309 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-mon.smithi040.log 2024-01-28T00:01:42.309 INFO:teuthology.orchestra.run.smithi019.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-28T00:01:42.309 INFO:teuthology.orchestra.run.smithi019.stderr:: No such file or directory 2024-01-28T00:01:42.310 INFO:teuthology.orchestra.run.smithi019.stderr:gzip -5 --verbose -- /var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-volume.log 2024-01-28T00:01:42.310 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-mon.smithi019.log 2024-01-28T00:01:42.310 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-osd.3.log 2024-01-28T00:01:42.310 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-mon.smithi019.log: gzip -5 --verbose -- /var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-osd.7.log 2024-01-28T00:01:42.310 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-mgr.smithi019.ehhwnq.log 2024-01-28T00:01:42.311 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-osd.7.log: /var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-mgr.smithi019.ehhwnq.log: gzip -5 --verbose -- /var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-osd.5.log 2024-01-28T00:01:42.313 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-mgr.smithi040.bqazan.log 2024-01-28T00:01:42.313 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-mon.smithi040.log: /var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-mgr.smithi040.bqazan.log: 90.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-28T00:01:42.313 INFO:teuthology.orchestra.run.smithi040.stderr:gzip -5 --verbose -- /var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-osd.4.log 2024-01-28T00:01:42.313 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-osd.4.log: 92.6% -- replaced with /var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-volume.log.gz 2024-01-28T00:01:42.314 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-osd.5.log: 92.6% -- replaced with /var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-volume.log.gz 2024-01-28T00:01:42.314 INFO:teuthology.orchestra.run.smithi019.stderr:gzip -5 --verbose -- /var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-osd.1.log 2024-01-28T00:01:42.316 INFO:teuthology.orchestra.run.smithi040.stderr: 93.2% -- replaced with /var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-mgr.smithi040.bqazan.log.gz 2024-01-28T00:01:42.317 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-mds.foofs.smithi019.broyye.log 2024-01-28T00:01:42.318 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-mds.foofs.smithi019.broyye.log: 60.0% -- replaced with /var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-mds.foofs.smithi019.broyye.log.gz 2024-01-28T00:01:42.331 INFO:teuthology.orchestra.run.smithi019.stderr: 94.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-28T00:01:42.545 INFO:teuthology.orchestra.run.smithi040.stderr: 92.2% -- replaced with /var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-mon.smithi040.log.gz 2024-01-28T00:01:42.588 INFO:teuthology.orchestra.run.smithi019.stderr: 90.0% -- replaced with /var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-mgr.smithi019.ehhwnq.log.gz 2024-01-28T00:01:42.699 INFO:teuthology.orchestra.run.smithi040.stderr: 93.0% -- replaced with /var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-osd.2.log.gz 2024-01-28T00:01:42.771 INFO:teuthology.orchestra.run.smithi019.stderr: 93.2% -- replaced with /var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-osd.7.log.gz 2024-01-28T00:01:42.801 INFO:teuthology.orchestra.run.smithi019.stderr: 93.0% -- replaced with /var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-osd.1.log.gz 2024-01-28T00:01:42.806 INFO:teuthology.orchestra.run.smithi040.stderr: 92.9% -- replaced with /var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-osd.4.log.gz 2024-01-28T00:01:42.810 INFO:teuthology.orchestra.run.smithi040.stderr: 93.0% -- replaced with /var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-osd.0.log.gz 2024-01-28T00:01:42.853 INFO:teuthology.orchestra.run.smithi019.stderr: 93.5% -- replaced with /var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-osd.3.log.gz 2024-01-28T00:01:42.858 INFO:teuthology.orchestra.run.smithi019.stderr: 93.1% -- replaced with /var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-osd.5.log.gz 2024-01-28T00:01:42.881 INFO:teuthology.orchestra.run.smithi040.stderr: 92.9% -- replaced with /var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-osd.6.log.gz 2024-01-28T00:01:42.883 INFO:teuthology.orchestra.run.smithi040.stderr: 2024-01-28T00:01:42.883 INFO:teuthology.orchestra.run.smithi040.stderr:real 0m0.588s 2024-01-28T00:01:42.883 INFO:teuthology.orchestra.run.smithi040.stderr:user 0m2.161s 2024-01-28T00:01:42.883 INFO:teuthology.orchestra.run.smithi040.stderr:sys 0m0.086s 2024-01-28T00:01:43.128 INFO:teuthology.orchestra.run.smithi019.stderr: 90.0% -- replaced with /var/log/ceph/98e8295e-bd6c-11ee-95b2-87774f69a715/ceph-mon.smithi019.log.gz 2024-01-28T00:01:43.130 INFO:teuthology.orchestra.run.smithi019.stderr: 2024-01-28T00:01:43.130 INFO:teuthology.orchestra.run.smithi019.stderr:real 0m0.836s 2024-01-28T00:01:43.130 INFO:teuthology.orchestra.run.smithi019.stderr:user 0m3.075s 2024-01-28T00:01:43.130 INFO:teuthology.orchestra.run.smithi019.stderr:sys 0m0.127s 2024-01-28T00:01:43.131 INFO:tasks.cephadm:Archiving logs... 2024-01-28T00:01:43.131 DEBUG:teuthology.misc:Transferring archived files from smithi019:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-26_16:10:31-rados-pacific-release-distro-default-smithi/7535138/remote/ubuntu@smithi019.front.sepia.ceph.com/log 2024-01-28T00:01:43.132 DEBUG:teuthology.orchestra.run.smithi019:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-28T00:01:43.604 DEBUG:teuthology.misc:Transferring archived files from smithi040:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-26_16:10:31-rados-pacific-release-distro-default-smithi/7535138/remote/ubuntu@smithi040.front.sepia.ceph.com/log 2024-01-28T00:01:43.605 DEBUG:teuthology.orchestra.run.smithi040:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-28T00:01:43.946 INFO:tasks.cephadm:Removing cluster... 2024-01-28T00:01:43.947 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 --force 2024-01-28T00:01:44.341 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 98e8295e-bd6c-11ee-95b2-87774f69a715 --force 2024-01-28T00:01:44.725 INFO:tasks.cephadm:Removing cephadm ... 2024-01-28T00:01:44.725 DEBUG:teuthology.orchestra.run.smithi019:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-28T00:01:44.745 DEBUG:teuthology.orchestra.run.smithi040:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-28T00:01:44.762 INFO:tasks.cephadm:Teardown complete 2024-01-28T00:01:44.763 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-01-28T00:01:44.878 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi019:/dev/vg_nvme/lv_1... 2024-01-28T00:01:44.879 DEBUG:teuthology.orchestra.run.smithi019:> sudo nvme disconnect -n lv_1 2024-01-28T00:01:45.010 INFO:teuthology.orchestra.run.smithi019.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-28T00:01:45.011 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-28T00:01:45.012 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi019:/dev/vg_nvme/lv_2... 2024-01-28T00:01:45.012 DEBUG:teuthology.orchestra.run.smithi019:> sudo nvme disconnect -n lv_2 2024-01-28T00:01:45.130 INFO:teuthology.orchestra.run.smithi019.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-28T00:01:45.131 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-28T00:01:45.131 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi019:/dev/vg_nvme/lv_3... 2024-01-28T00:01:45.131 DEBUG:teuthology.orchestra.run.smithi019:> sudo nvme disconnect -n lv_3 2024-01-28T00:01:45.267 INFO:teuthology.orchestra.run.smithi019.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-28T00:01:45.268 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-28T00:01:45.268 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi019:/dev/vg_nvme/lv_4... 2024-01-28T00:01:45.268 DEBUG:teuthology.orchestra.run.smithi019:> sudo nvme disconnect -n lv_4 2024-01-28T00:01:45.390 INFO:teuthology.orchestra.run.smithi019.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-28T00:01:45.391 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-28T00:01:45.392 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2024-01-28T00:01:45.392 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/scratch_devs 2024-01-28T00:01:45.420 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi040:/dev/vg_nvme/lv_1... 2024-01-28T00:01:45.421 DEBUG:teuthology.orchestra.run.smithi040:> sudo nvme disconnect -n lv_1 2024-01-28T00:01:45.551 INFO:teuthology.orchestra.run.smithi040.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-28T00:01:45.552 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-28T00:01:45.552 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi040:/dev/vg_nvme/lv_2... 2024-01-28T00:01:45.553 DEBUG:teuthology.orchestra.run.smithi040:> sudo nvme disconnect -n lv_2 2024-01-28T00:01:45.681 INFO:teuthology.orchestra.run.smithi040.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-28T00:01:45.682 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-28T00:01:45.683 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi040:/dev/vg_nvme/lv_3... 2024-01-28T00:01:45.683 DEBUG:teuthology.orchestra.run.smithi040:> sudo nvme disconnect -n lv_3 2024-01-28T00:01:45.808 INFO:teuthology.orchestra.run.smithi040.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-28T00:01:45.809 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-28T00:01:45.810 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi040:/dev/vg_nvme/lv_4... 2024-01-28T00:01:45.810 DEBUG:teuthology.orchestra.run.smithi040:> sudo nvme disconnect -n lv_4 2024-01-28T00:01:45.927 INFO:teuthology.orchestra.run.smithi040.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-28T00:01:45.928 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-28T00:01:45.928 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-01-28T00:01:45.928 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/scratch_devs 2024-01-28T00:01:45.956 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-28T00:01:45.974 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-28T00:01:45.974 DEBUG:teuthology.orchestra.run.smithi019:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-28T00:01:45.977 DEBUG:teuthology.orchestra.run.smithi040:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-28T00:01:45.995 INFO:teuthology.orchestra.run.smithi019.stderr:bash: ntpq: command not found 2024-01-28T00:01:46.000 INFO:teuthology.orchestra.run.smithi019.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-28T00:01:46.001 INFO:teuthology.orchestra.run.smithi019.stdout:=============================================================================== 2024-01-28T00:01:46.001 INFO:teuthology.orchestra.run.smithi019.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 39 -141us[ -141us] +/- 77ms 2024-01-28T00:01:46.001 INFO:teuthology.orchestra.run.smithi019.stdout:^* hv02.front.sepia.ceph.com 3 6 377 43 +717us[ +718us] +/- 57ms 2024-01-28T00:01:46.001 INFO:teuthology.orchestra.run.smithi019.stdout:^+ hv03.front.sepia.ceph.com 3 7 377 107 -944us[ -950us] +/- 89ms 2024-01-28T00:01:46.001 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-28T00:01:46.012 INFO:teuthology.orchestra.run.smithi040.stderr:bash: ntpq: command not found 2024-01-28T00:01:46.016 INFO:teuthology.orchestra.run.smithi040.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-28T00:01:46.016 INFO:teuthology.orchestra.run.smithi040.stdout:=============================================================================== 2024-01-28T00:01:46.016 INFO:teuthology.orchestra.run.smithi040.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 42 -165us[ -161us] +/- 77ms 2024-01-28T00:01:46.017 INFO:teuthology.orchestra.run.smithi040.stdout:^* hv02.front.sepia.ceph.com 3 6 377 38 +691us[ +694us] +/- 57ms 2024-01-28T00:01:46.017 INFO:teuthology.orchestra.run.smithi040.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 41 -936us[ -933us] +/- 90ms 2024-01-28T00:01:46.017 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-28T00:01:46.018 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-28T00:01:46.034 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-28T00:01:46.035 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-28T00:01:46.046 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-01-28T00:01:46.127 DEBUG:teuthology.orchestra.run.smithi040:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-01-28T00:01:46.189 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-01-28T00:01:46.222 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-28T00:01:46.223 DEBUG:teuthology.orchestra.run.smithi040:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-28T00:01:46.251 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-28T00:01:46.252 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-28T00:01:46.296 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-28T00:01:46.306 INFO:teuthology.task.internal:Duration was 2019.009960 seconds 2024-01-28T00:01:46.307 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-28T00:01:46.328 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-28T00:01:46.328 DEBUG:teuthology.orchestra.run.smithi019:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-28T00:01:46.331 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-28T00:01:46.378 INFO:teuthology.orchestra.run.smithi040.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-28T00:01:46.379 INFO:teuthology.orchestra.run.smithi019.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-28T00:01:46.641 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-28T00:01:46.641 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi019.front.sepia.ceph.com 2024-01-28T00:01:46.642 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-01-28T00:01:46.667 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi040.front.sepia.ceph.com 2024-01-28T00:01:46.667 DEBUG:teuthology.orchestra.run.smithi040:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-28T00:01:46.691 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-28T00:01:46.692 DEBUG:teuthology.orchestra.run.smithi019:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-28T00:01:46.710 DEBUG:teuthology.orchestra.run.smithi040:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-28T00:01:46.789 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-28T00:01:46.790 DEBUG:teuthology.orchestra.run.smithi019:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-28T00:01:46.792 DEBUG:teuthology.orchestra.run.smithi040:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-28T00:01:46.949 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-28T00:01:46.959 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-28T00:01:46.960 DEBUG:teuthology.orchestra.run.smithi019:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-28T00:01:46.987 DEBUG:teuthology.orchestra.run.smithi040:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-28T00:01:47.016 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-28T00:01:47.036 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-01-28T00:01:47.038 DEBUG:teuthology.orchestra.run.smithi040:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-28T00:01:47.063 INFO:teuthology.orchestra.run.smithi019.stdout:kernel.core_pattern = core 2024-01-28T00:01:47.083 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern = core 2024-01-28T00:01:47.110 DEBUG:teuthology.orchestra.run.smithi019:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-28T00:01:47.138 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-28T00:01:47.139 DEBUG:teuthology.orchestra.run.smithi040:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-28T00:01:47.168 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-28T00:01:47.169 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-28T00:01:47.186 INFO:teuthology.task.internal:Transferring archived files... 2024-01-28T00:01:47.187 DEBUG:teuthology.misc:Transferring archived files from smithi019:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-26_16:10:31-rados-pacific-release-distro-default-smithi/7535138/remote/smithi019 2024-01-28T00:01:47.188 DEBUG:teuthology.orchestra.run.smithi019:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-28T00:01:47.234 DEBUG:teuthology.misc:Transferring archived files from smithi040:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-26_16:10:31-rados-pacific-release-distro-default-smithi/7535138/remote/smithi040 2024-01-28T00:01:47.235 DEBUG:teuthology.orchestra.run.smithi040:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-28T00:01:47.276 INFO:teuthology.task.internal:Removing archive directory... 2024-01-28T00:01:47.277 DEBUG:teuthology.orchestra.run.smithi019:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-28T00:01:47.280 DEBUG:teuthology.orchestra.run.smithi040:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-28T00:01:47.328 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-28T00:01:47.342 INFO:teuthology.task.internal:Not uploading archives. 2024-01-28T00:01:47.342 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-28T00:01:47.366 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-28T00:01:47.366 DEBUG:teuthology.orchestra.run.smithi019:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-28T00:01:47.369 DEBUG:teuthology.orchestra.run.smithi040:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-28T00:01:47.384 INFO:teuthology.orchestra.run.smithi019.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 28 00:01 /home/ubuntu/cephtest 2024-01-28T00:01:47.386 INFO:teuthology.orchestra.run.smithi040.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 28 00:01 /home/ubuntu/cephtest 2024-01-28T00:01:47.388 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-28T00:01:47.402 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-28T00:01:47.461 INFO:teuthology.nuke:Checking targets against current locks 2024-01-28T00:01:47.491 DEBUG:teuthology.nuke:shortname: smithi019 2024-01-28T00:01:47.491 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-28T00:01:47.517 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi019.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-26_16:10:31-rados-pacific-release-distro-default-smithi/7535138', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-27 23:19:44.015645', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH6nZj4f79JL3/BY/1Vv0xzLDbShwo/DM8/aM27puljC3tfSuezA70N2n6cPrA8aW+R9CgwyJTs3hhDLhrlmCyA='} 2024-01-28T00:01:47.521 DEBUG:teuthology.nuke:shortname: smithi040 2024-01-28T00:01:47.521 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-28T00:01:47.547 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi040.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-26_16:10:31-rados-pacific-release-distro-default-smithi/7535138', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-27 23:19:44.017502', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE6/JnN7Wp60Vm9T1og501ElMDoRhm9c54Qsf5FtE8Rf0019SvQrLFB4nZBTJR3OEwhgPZ9KNX6QuhhM1fCF6Xw='} 2024-01-28T00:01:47.577 INFO:teuthology.orchestra.console.smithi019:Power off 2024-01-28T00:01:47.577 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-28T00:01:47.606 DEBUG:teuthology.orchestra.console.smithi019:power off output: Chassis Power Control: Down/Off 2024-01-28T00:01:47.606 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-28T00:01:47.623 INFO:teuthology.orchestra.console.smithi040:Power off 2024-01-28T00:01:47.623 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-28T00:01:47.634 DEBUG:teuthology.orchestra.console.smithi019:check power output: Chassis Power is on 2024-01-28T00:01:47.647 DEBUG:teuthology.orchestra.console.smithi040:power off output: Chassis Power Control: Down/Off 2024-01-28T00:01:47.648 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-28T00:01:47.671 DEBUG:teuthology.orchestra.console.smithi040:check power output: Chassis Power is on 2024-01-28T00:01:51.635 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-28T00:01:51.672 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-28T00:01:51.746 DEBUG:teuthology.orchestra.console.smithi019:check power output: Chassis Power is on 2024-01-28T00:01:51.781 DEBUG:teuthology.orchestra.console.smithi040:check power output: Chassis Power is on 2024-01-28T00:01:55.751 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-28T00:01:55.782 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-28T00:01:55.862 DEBUG:teuthology.orchestra.console.smithi019:check power output: Chassis Power is on 2024-01-28T00:01:55.891 DEBUG:teuthology.orchestra.console.smithi040:check power output: Chassis Power is off 2024-01-28T00:01:55.991 INFO:teuthology.orchestra.console.smithi040:Power off completed 2024-01-28T00:01:59.867 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-28T00:01:59.976 DEBUG:teuthology.orchestra.console.smithi019:check power output: Chassis Power is off 2024-01-28T00:02:00.077 INFO:teuthology.orchestra.console.smithi019:Power off completed 2024-01-28T00:02:00.181 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: 2019.0099604129791 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=78c2c2b470494b76a037a47bbdc25b98 status: fail success: false 2024-01-28T00:02:00.182 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-28T00:02:00.263 INFO:teuthology.run:FAIL